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