cURL
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" }
Atualiza uma caixa de entrada existente
Documentation IndexFetch the complete documentation index at: https://docs.jurichat.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt
Use this file to discover all available pages before exploring further.
1
1 - 255
Default Response