Update office
curl --request PATCH \
--url https://api.jurichat.com/office/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"inOnboarding": true
}
'"<string>"Office
Update office
Update office
PATCH
/
office
/
{id}
Update office
curl --request PATCH \
--url https://api.jurichat.com/office/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"inOnboarding": true
}
'"<string>"⌘I