{ "opencollection": "1.0.0", "info": { "name": "Azure API Management Gateway AI NamedValue API", "version": "2024-05-01" }, "items": [ { "info": { "name": "NamedValue", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure API Management WorkspaceNamedValue_ListByService", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues" }, "docs": "Lists a collection of named values defined within a workspace in a service instance." }, { "info": { "name": "Microsoft Azure API Management WorkspaceNamedValue_Get", "type": "http" }, "http": { "method": "GET", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId" }, "docs": "Gets the details of the named value specified by its identifier." }, { "info": { "name": "Microsoft Azure API Management WorkspaceNamedValue_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId" }, "docs": "Creates or updates named value." }, { "info": { "name": "Microsoft Azure API Management WorkspaceNamedValue_Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId" }, "docs": "Updates the specific named value." }, { "info": { "name": "Microsoft Azure API Management WorkspaceNamedValue_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId" }, "docs": "Deletes specific named value from the workspace in an API Management service instance." }, { "info": { "name": "Microsoft Azure API Management WorkspaceNamedValue_GetEntityTag", "type": "http" }, "http": { "method": "HEAD", "url": "https://{service-name}.azure-api.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ApiManagement/service/:serviceName/workspaces/:workspaceId/namedValues/:namedValueId" }, "docs": "Gets the entity state (Etag) version of the named value specified by its identifier." } ] } ], "bundled": true }