cURL
curl --request PATCH \ --url http://localhost:3001/office/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "jsmith@example.com", "phoneNumber": "<string>", "inOnboarding": true } '
"<string>"
Update office
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.
^[cC][^\s-]{8,}$
Default Response
The response is of type string.
string