@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api ApiManagementClient
@base https://management.azure.com
@version 2019-01-01
@auth OAuth2
@endpoints 1
@toc subscriptions(1)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policySnippets
@desc Lists all policy snippets.
@optional {scope: any # Policy scope.}
@returns(200) Returns an array of Policy Snippets.

@end
