Update an office

This endpoint lets you update existing offices for a given id.
This endpoint requires offices_rw scope.
put
https://www.welcomekit.co/api/v1/external/
offices/:id
office update
Request example
curl -X PUT "https://www.welcomekit.co/api/v1/external/offices/:id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer WK_API_KEY" \
-d @- <<EOF
{
"name": "France"
}
EOF