openapi: 3.0.3 info: title: Azure API Management Gateway AI ProductWiki API description: The AI gateway capabilities in Azure API Management provide specialized features for managing, securing, and observing AI backend APIs including Azure OpenAI, OpenAI-compatible LLMs, MCP servers, and A2A agent APIs. Includes token rate limiting, semantic caching, load balancing across AI backends, and content safety enforcement. version: '2024-05-01' contact: name: Microsoft Azure url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities servers: - url: https://{service-name}.azure-api.net tags: - name: ProductWiki paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis : get: summary: Microsoft Azure API Management ProductWikis_list operationId: ProductWikis_list description: Gets the details of the Wiki for a Product specified by its identifier. responses: '200': description: Success tags: - ProductWiki ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis/default : head: summary: Microsoft Azure API Management ProductWiki_GetEntityTag operationId: ProductWiki_GetEntityTag description: Gets the entity state (Etag) version of the Wiki for a Product specified by its identifier. responses: '200': description: Success tags: - ProductWiki get: summary: Microsoft Azure API Management ProductWiki_Get operationId: ProductWiki_Get description: Gets the details of the Wiki for a Product specified by its identifier. responses: '200': description: Success tags: - ProductWiki put: summary: Microsoft Azure API Management ProductWiki_CreateOrUpdate operationId: ProductWiki_CreateOrUpdate description: Creates a new Wiki for a Product or updates an existing one. responses: '200': description: Success tags: - ProductWiki patch: summary: Microsoft Azure API Management ProductWiki_Update operationId: ProductWiki_Update description: Updates the details of the Wiki for a Product specified by its identifier. responses: '200': description: Success tags: - ProductWiki delete: summary: Microsoft Azure API Management ProductWiki_Delete operationId: ProductWiki_Delete description: Deletes the specified Wiki from a Product. responses: '200': description: Success tags: - ProductWiki externalDocs: description: Documentation url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities x-generated-from: documentation