cURL
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", "parent_id": "Kv7sp6Y1gAH2vfNxAWemRy", "clear_fields": [ "parent_id" ] }'
{ "id": "RKtPbubK5NcbBsUmU1ktSP", "entries_start": "2024-01-01T00:00:00Z", "name": "ACME Goods Inc", "subscription": "tier3", "accounting_package": "platformgl", "parent_id": "Kv7sp6Y1gAH2vfNxAWemRy", "child_ids": "['A5SswbYm7eZM2ec5q7Hm2t']", "parent": {}, "children": [ {} ] }
Updates the start_date or name of an Instance.
start_date
name
The access token received from the authorization server in the OAuth 2.0 flow.
The instance ID
Successful Response
The response is of type object.
object