Plans
This REST API is used to manage plans. You can view, add, update, and delete the required plans.
List of resources
- GET /plans
Retrieves the list of plans in Developer Portal.
- POST /plans
Creates a plan with the given details.
- GET /plans/{id}
Retrieves the details of the specified plan.
- PUT /plans/{id}
Updates the specified plan with the given details.
- DELETE /plans/{id}
Deletes the specified plan.
Sample cURL Command
curl --location --request GET 'developer_portal_rest_base/plans' \
--header 'Authorization: Basic basic_auth'
The plans.yaml file is located at InstallDir\DeveloperPortal\developers\openapis.