v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
API Management

Update an API

Update information about a specific API. The given content will replace all API content of the given ID. The ID is returned by the create API, or can be found in the URL in the API catalog UI.

put/api/v2/apicatalog/api/{id}/openapi

Path parameters

idstring uuid required

API identifier.

Example:90646597-5fdb-4a17-a240-647003f8c028

ID of the API to modify

Response

API updated successfully

Example response

{
  "data": {
    "id": "90646597-5fdb-4a17-a240-647003f8c028"
  }
}