OrganizationApp Item API
Access control information unavailable
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ provider_id, customer_id, app ]
JSON PUT body:
{
"app": string
"config"?: object
"customer_id": integer
"provider_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.