Update an office
This endpoint lets you update existing offices for a given id.
office update
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
"id": 42,
"name": "France",
"address": "11 bis rue Bachaumont",
"zip_code": "75002",
"city": "Paris",
"country_code": "FR",
"is_headquarter": true
}Last updated
Was this helpful?