inboxes
Update Inbox
This updates an existing Inbox.
PATCH
/
inboxes
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
inboxId
string
inboxSlug
string
Body
application/json
The base configuration required to update an Inbox. If provided, the Inbox's name will be slugified for alternative lookup.
name
string
config
object
draft
boolean
Response
200 - application/json
id
string
requiredname
string
requiredslug
string
requireddraft
boolean
requiredconfig
object
requiredcreatedAt
string
requiredupdatedAt
string
required