{ "opencollection": "1.0.0", "info": { "name": "Azure API Management Gateway AI ApiRelease API", "version": "2024-05-01" }, "items": [ { "info": { "name": "ApiRelease", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure API Management ApiRelease_ListByService", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases" }, "docs": "Lists all releases of an API. An API release is created when making an API Revision current. Releases are also used to rollback to previous revisions. Results will be paged and can be constrained by the $top and $skip parameters." }, { "info": { "name": "Microsoft Azure API Management ApiRelease_Get", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId" }, "docs": "Returns the details of an API release." }, { "info": { "name": "Microsoft Azure API Management ApiRelease_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId" }, "docs": "Creates a new Release for the API." }, { "info": { "name": "Microsoft Azure API Management ApiRelease_Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId" }, "docs": "Updates the details of the release of the API specified by its identifier." }, { "info": { "name": "Microsoft Azure API Management ApiRelease_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId" }, "docs": "Deletes the specified release in the API." }, { "info": { "name": "Microsoft Azure API Management ApiRelease_GetEntityTag", "type": "http" }, "http": { "method": "HEAD", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/releases/:releaseId" }, "docs": "Returns the etag of an API release." } ] } ], "bundled": true }