{ "opencollection": "1.0.0", "info": { "name": "Azure API Management Gateway AI ApiSchema API", "version": "2024-05-01" }, "items": [ { "info": { "name": "ApiSchema", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure API Management ApiSchema_ListByApi", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas" }, "docs": "Get the schema configuration at the API level." }, { "info": { "name": "Microsoft Azure API Management ApiSchema_Get", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId" }, "docs": "Get the schema configuration at the API level." }, { "info": { "name": "Microsoft Azure API Management ApiSchema_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId" }, "docs": "Creates or updates schema configuration for the API." }, { "info": { "name": "Microsoft Azure API Management ApiSchema_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId" }, "docs": "Deletes the schema configuration at the Api." }, { "info": { "name": "Microsoft Azure API Management ApiSchema_GetEntityTag", "type": "http" }, "http": { "method": "HEAD", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/apis/:apiId/schemas/:schemaId" }, "docs": "Gets the entity state (Etag) version of the schema specified by its identifier." } ] } ], "bundled": true }