Skip to main content
PATCH
Updates a child’s name and/or backfills externalIds. Requires a parent key with accounts.write.
External IDs are immutable once set. You can fill in a field that was never set, and re-sending the value it already has is an idempotent no-op. Only a differing value, or null to clear it, returns 409 external_id_immutable.

Path Parameters

integer
required
The child account’s accountId.

Body Parameters

Supply at least one of:
string
New display name. Max 255 characters.
object
External IDs to backfill — a key that is currently unset can be filled in, and a key may be re-sent with the value it already holds (accepted as a no-op). Keys: partnerId, businessId, locationId (see Create Child).

Examples

error message text is field-specific and may vary — only code is the stable contract.

Error Codes