Update an office
This endpoint lets you update existing offices for a given id.
This endpoint requires offices_rw
scope.
office update
PUT
https://www.welcomekit.co/api/v1/external/offices/:id
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | Office ID |
Query Parameters
Name | Type | Description |
---|---|---|
name | string | Name |
address | string | Address |
zip_code | string | Zip code |
city | string | City |
country_code | string | Country code |
is_headquarter | boolean | Office is organization headquarter? |
Request example
Last updated