Skip to main content
PATCH
Update a trust

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Headers

Idempotency-Key
string

Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.

Path Parameters

id
string
required

The trust ID

household_id
string
required

The household ID

Body

application/json
name
string

Trust name

Example:

"Updated Family Trust"

tax_id
string

Tax ID

Example:

"98-7654321"

additional_info
string

Additional information

Response

trust updated

id
string
required

The trust ID

Example:

"abc123xyz"

book_id
string
required

The book ID

Example:

"book123xyz"

household_id
string
required

The household ID

Example:

"household123xyz"

name
string
required

Trust name

Example:

"Smith Family Trust"

created_at
string<date-time>
required

When the trust was created

updated_at
string<date-time>
required

When the trust was last updated

tax_id
string | null

Tax ID

Example:

"12-3456789"

additional_info
string | null

Additional information