{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-marketplace-marketplace","description":"Marketplace RP Service","version":"2020-01-01","base_url":"https://management.azure.com","endpoints":13,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Marketplace RP Service\n@base https://management.azure.com\n@version 2020-01-01\n@auth OAuth2\n@endpoints 13\n@toc providers(10), subscriptions(3)\n\n@group providers\n@endpoint GET /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers\n@desc Get a list of all private offers in the given private store\n@returns(200) OK\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers\n@desc Get a list of all private offers in the given private store\n@returns(200) OK\n\n@endgroup\n\n@group providers\n@endpoint DELETE /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\n@desc Deletes an offer from the given private store.\n@returns(200) Offer was deleted successfully\n\n@endpoint GET /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\n@desc Gets information about a specific offer.\n@returns(200) Offer information retrieved\n\n@endpoint PUT /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\n@desc Update or add an offer to the default collection of the private store.\n@optional {payload: map}\n@returns(200) OK\n\n@endpoint POST /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\n@desc Delete Private store offer. This is a workaround.\n@optional {payload: str}\n@returns(200) Operation succeeded\n\n@endgroup\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\n@desc Gets information about a specific private offer.\n@returns(200) Private offer information retrieved\n\n@endpoint PUT /subscriptions/{subscriptionId}/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}\n@desc Update or add a private offer to the default collection of the private store.\n@optional {payload: map}\n@returns(200) OK\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.Marketplace/privateStores\n@desc Gets the list of available private stores\n@returns(200) OK. The request has succeeded.\n\n@endpoint GET /providers/Microsoft.Marketplace/privateStores/{privateStoreId}\n@desc Get information about the private store\n@returns(200) OK. The request has succeeded.\n\n@endpoint DELETE /providers/Microsoft.Marketplace/privateStores/{privateStoreId}\n@desc Deletes the private store. All that is not saved will be lost.\n@returns(200) Private store was deleted successfully .\n\n@endpoint PUT /providers/Microsoft.Marketplace/privateStores/{privateStoreId}\n@desc Changes private store properties\n@optional {payload: map}\n@returns(200) Change successful\n\n@endpoint GET /providers/Microsoft.Marketplace/operations\n@desc Lists all of the available Microsoft.Marketplace REST API operations.\n@required {api-version: any # The API version to use for the request.}\n@returns(200) OK. The request has succeeded.\n\n@endgroup\n\n@end\n"}