{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-web-certificates","description":"Certificates API Client","version":"2018-11-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 Certificates API Client\n@base https://management.azure.com\n@version 2018-11-01\n@auth OAuth2\n@common_fields {subscriptionId: any # Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)., api-version: any # API Version}\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Web/certificates\n@desc Get all certificates for a subscription.\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates\n@desc Get all certificates in a resource group.\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs.}\n@returns(200) OK.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}\n@desc Get a certificate.\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of the certificate.}\n@returns(200) OK\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}\n@desc Create or update a certificate.\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of the certificate., certificateEnvelope: map # Details of certificate, if it exists already.}\n@returns(200) OK.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}\n@desc Delete a certificate.\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of the certificate.}\n@returns(200) Successfully deleted certificate.\n@returns(204) Certificate does not exist.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}\n@desc Create or update a certificate.\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of the certificate., certificateEnvelope: map # Details of certificate, if it exists already.}\n@returns(200) OK.\n\n@end\n"}