v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-137790167.2 KB
products

Approves the specified product and the relevant app permissions, if any. The maximum number of products that you can approve per enterprise customer is 1,000. To learn how to use managed Google Play to design and create a store layout to display approved products to your users, see Store Layout Design. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.

post/androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/approve

Path parameters

enterpriseIdstring required

The ID of the enterprise.

productIdstring required

The ID of the product.

Request body

approvedPermissions'currentPermissionsOnly' | 'allPermissions'

Sets how new permission requests for the product are handled. "allPermissions" automatically approves all current and future permissions for the product. "currentPermissionsOnly" approves the current set of permissions for the product, but any future permissions added through updates will require manual reapproval. If not specified, only the current set of permissions will be approved.

Response

Successful response