Patch inboxes
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Path Parameters
Unique inbox identifier
^[cC][^\s-]{8,}$Body
Request body for updating an existing inbox
Updated human-readable display name (set to null to clear)
128Move the inbox to a different agent. Not nullable: an inbox belongs to exactly one agent, so there is no unlinked state to set it to. Fails with 409 if the target agent already has an inbox.
^[cC][^\s-]{8,}$Response
OK
Inbox resource representation
Unique identifier of the inbox
^[cC][^\s-]{8,}$Full email address of the inbox
Domain portion of the inbox email address
Local part (before the @) of the inbox email address
Human-readable display name, or null if not set
ID of the agent this inbox belongs to
^[cC][^\s-]{8,}$Timestamp when the inbox was created
