{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-apimanagement-apimtags","description":"ApiManagementClient","version":"2019-12-01-preview","base_url":"https://management.azure.com","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ApiManagementClient\n@base https://management.azure.com\n@version 2019-12-01-preview\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags\n@desc Lists a collection of tags defined within a service instance.\n@optional {$filter: any # |   Field     |     Usage     |     Supported operators     |     Supported functions     ||-------------|-------------|-------------|-------------|| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith | | displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |, scope: any # Scope like 'apis', 'products' or 'apis/{apiId}}\n@returns(200) Lists a collection of Tag entities.\n\n@endpoint HEAD /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}\n@desc Gets the entity state version of the tag specified by its identifier.\n@returns(200) Empty response body, ETag header entity state version.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}\n@desc Gets the details of the tag specified by its identifier.\n@returns(200) The response body contains the specified Tag entity.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}\n@desc Creates a tag.\n@required {parameters: any # Create parameters.}\n@returns(200) Tag already exists.\n@returns(201) Tag was created successfully.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}\n@desc Updates the details of the tag specified by its identifier.\n@required {parameters: any # Update parameters.}\n@returns(204) The tag details were successfully updated.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}\n@desc Deletes specific tag of the API Management service instance.\n@returns(200) Tag successfully removed\n@returns(204) Tag successfully removed by previous request or does not exist\n\n@end\n"}