Path | Method | Description |
/apis | GET | Retrieves the list of APIs present in API Portal. |
/apis/{apidId} | GET | Retrieves the details of a specific API. |
DELETE | Purges a specific API. You cannot undo this. | |
PATCH | Modifies the metadata of a specific API. | |
/apis/{apiId}/tags | GET | Retrieves the tags associated with a specific API. |
POST | Adds tags to a specific API. | |
/v1/apis | POST | Updates the definition of APIs. |
/v1/apis/{apiId} | POST | Updates the definition given through payload for a specific API. |