PUT
/
v0
/
platform
/
instances
/
{instance_id}
curl --request PUT \
  --url https://api.sandbox.teal.dev/v0/platform/instances/{instance_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "entries_start": "2024-01-01T00:00:00Z",
  "name": "ACME Goods Inc"
}'
"<any>"

Authorizations

Authorization
string
headerrequired

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
entries_start
string | null

The datetime in UTC time from which the API will sync an Instance's accounting data. Transactions or journal entries cannot be entered before this date.

name
string | null

The name of the business.

Response

201 - application/json

The response is of type any.