{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-apimanagement-apimemailtemplates","description":"ApiManagementClient","version":"2019-01-01","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-01-01\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates\n@desc Lists a collection of properties 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 |}\n@returns(200) A Collection of the Email Template for the specified API Management service instance.\n\n@endpoint HEAD /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}\n@desc Gets the entity state (Etag) version of the email template specified by its identifier.\n@returns(200) Specified email template entity exists and current entity state version is present in the ETag header.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}\n@desc Gets the details of the email template specified by its identifier.\n@returns(200) The response body contains the specified Email template.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}\n@desc Updates an Email Template.\n@required {parameters: any # Email Template update parameters.}\n@returns(200) Email Template was successfully updated.\n@returns(201) Email Template was successfully updated.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}\n@desc Updates the specific Email Template.\n@required {parameters: any # Update parameters.}\n@returns(204) Email Template was successfully updated.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}\n@desc Reset the Email Template to default template provided by the API Management service instance.\n@returns(200) Email Template was successfully reset to default.\n@returns(204) Email Template was successfully reset to default.\n\n@end\n"}