Update Inbox
curl --request PUT \
--url https://api.jurichat.com/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"
}Inboxes
Update Inbox
Atualiza uma caixa de entrada existente
PUT
/
inbox
/
{id}
Update Inbox
curl --request PUT \
--url https://api.jurichat.com/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"
}⌘I