v8
OpenAPI 3.1.02026-08-033623795.0 MBApps
Update App Permissions
Replaces the set of permissions the app requests from users when they install it. Requires a user session: the developer:update_app_authorization scope cannot be delegated to API keys.
patch/apps/{id}/permissions
Request body
Response
requested permissions updated
Example response
{
"app_type": "b2b_app",
"marketplace_status": "not_available",
"oauth_client_type": "public",
"production_android_build": {
"status": "draft"
},
"production_ios_build": {
"status": "draft"
},
"production_web_build": {
"status": "draft"
},
"required_scopes": [
"read_user"
],
"status": "live"
}