Welcome Kit API
Search…
Introduction
🔓
Authentication
🔭
Scopes
🏷
Errors and Status
Jobs API
Jobs
Departments
List departments
Create a department
Update a department
Retrieve a department
Offices
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 a department
This endpoint lets you update departments for a given id.
This endpoint requires
departments_rw
scope.
put
https://www.welcomekit.co/api/v1/external/
departments/:id
department update
Request example
1
curl -X PUT "https://www.welcomekit.co/api/v1/external/departments/:id" \
2
-H "Content-Type: application/json" \
3
-H "Authorization: Bearer WK_API_KEY" \
4
-d @- <<EOF
5
{
6
"name": "Whatever",
7
}
8
EOF
Copied!
Previous
Create a department
Next
Retrieve a department
Last modified
8mo ago
Copy link
Contents
put
department update