Skip to main content
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>"

Path Parameters

id
string
required
Pattern: ^[cC][^\s-]{8,}$

Body

application/json
name
string
email
string<email>
phoneNumber
string
inOnboarding
boolean

Response

Default Response

The response is of type string.