/admin.apps.approve
POST
/admin.apps.approveApprove an app for installation on a workspace.
Request
Header Params
token
string
required
Authentication token. Requires scope: admin.apps:write
Body Params application/x-www-form-urlencoded
app_id
string
optional
The id of the app to approve.
request_id
string
optional
The id of the request to approve.
team_id
string
optional
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"ok": true
}
Last modified: a year ago