PUT
/
v0
/
platform
/
instances
/
{instance_id}
/
bookkeeper-provider
curl --request PUT \
  --url https://api.sandbox.teal.dev/v0/platform/instances/{instance_id}/bookkeeper-provider \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "bookkeeper_provider_id": "RKtPbubK5NcbBsUmU1ktSP"
}'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

instance_id
string
required

The instance ID

Body

application/json
bookkeeper_provider_id
string
required

The ID of the bookkeeper provider

Example:

"RKtPbubK5NcbBsUmU1ktSP"

Response

201
application/json
Successful Response

The response is of type any.