OrganizationApp Item API
Access control information unavailable
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Update item with the given ids: [ provider_id, customer_id, app ]
JSON PATCH body:
{
"app"?: string
"config"?: null | object
}Set a field to null to unset it, leave it absent in the patch to retain the existing value.
Request payload
The body is of type object.
Successful response
The response is of type object.