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).
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Tenant project id (row-level isolation on every query).
Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
captureMode
string
forwardToAddress
string | null format: email
forwardEnabled
boolean
Responses
Section titled “Responses”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
{ "error": "example", "message": "example"}Not authenticated (no valid session/principal).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "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
{ "error": "example", "message": "example"}Project has no inbound config.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}