Skip to main content
PUT
/
inbox
/
{id}
Update Inbox
curl --request PUT \
  --url http://localhost:3001/inbox/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "officeId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Minimum string length: 1

Body

application/json
name
string
Required string length: 1 - 255

Response

Default Response

id
string
required
name
string
required
officeId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required