Skip to main content
PATCH
/
office
/
{id}
Update office
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>"

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

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.