Welcome Kit API
Search…
Introduction
🔓
Authentication
🔭
Scopes
🏷
Errors and Status
Jobs API
Jobs
Departments
Offices
List offices
Create an office
Update an office
Retrieve an office
Candidates API
Candidates
Comment
Emails
Documents
Current user
Employer branding API
Organizations
Images
videos
Embed
Tools
Sectors
Analytics API
Moves
Media API
WTTJ articles
⁉
FAQ
Powered By
GitBook
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
1
curl -X PUT "https://www.welcomekit.co/api/v1/external/offices/:id" \
2
-H "Content-Type: application/json" \
3
-H "Authorization: Bearer WK_API_KEY" \
4
-d @- <<EOF
5
{
6
"name": "France"
7
}
8
EOF
Copied!
Previous
Create an office
Next
Retrieve an office
Last modified
8mo ago
Copy link
Contents
put
office update