{ "opencollection": "1.0.0", "info": { "name": "Azure API Management Gateway AI ApiOperation API", "version": "2024-05-01" }, "items": [ { "info": { "name": "ApiOperation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure API Management ApiOperation_ListByApi", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations" }, "docs": "Lists a collection of the operations for the specified API." }, { "info": { "name": "Microsoft Azure API Management ApiOperation_Get", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId" }, "docs": "Gets the details of the API Operation specified by its identifier." }, { "info": { "name": "Microsoft Azure API Management ApiOperation_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId" }, "docs": "Creates a new operation in the API or updates an existing one." }, { "info": { "name": "Microsoft Azure API Management ApiOperation_Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId" }, "docs": "Updates the details of the operation in the API specified by its identifier." }, { "info": { "name": "Microsoft Azure API Management ApiOperation_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId" }, "docs": "Deletes the specified operation in the API." }, { "info": { "name": "Microsoft Azure API Management ApiOperation_GetEntityTag", "type": "http" }, "http": { "method": "HEAD", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/operations/:operationId" }, "docs": "Gets the entity state (Etag) version of the API operation specified by its identifier." } ] } ], "bundled": true }