Skip to content

Update inbound config (no create/delete)

Requires EDITOR. Only edits the existing row (seeded out of band); 404 if none. Enabling forwarding requires a verified forward target (else 400).

projectId
required
string

Tenant project id (row-level isolation on every query).

Media typeapplication/json
object
captureMode
string
Allowed values: reply_to forward
forwardToAddress
string | null format: email
forwardEnabled
boolean

Updated config.

Media typeapplication/json
object
config
object
key
additional properties
any

Validation error, or enabling forward before verification.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Not authenticated (no valid session/principal).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Authenticated but lacks the required project role.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Project has no inbound config.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}