v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBSkills
Replace jobs skills
🔑
Required OAuth scope: skillsJobSkills:bulk.
🚜
This endpoint processes up to 10,000 objects asynchronously. For more information, see the Bulk operations guide.
Replaces jobs skills based on the given jobId.
- All skills of each job will be replaced by the provided ones. For each job, a maximum of 100 skills is allowed.
Upon submission, the request is queued. Use the provided URL in the response header to check the status of the bulk operation.
put/api/v2/bulk/skills/jobs-skills
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"input": [
{
"jobId": "7793c9b2189d4ef3b026ec10",
"skillId": "034276eb12a14720a6091406",
"qualifiers": [
{
"_id": "SKQ1701914859202x53r",
"valueId": "5wQSd5xljil5zndlsieqA5"
}
]
}
]
}Response
The operation is successfully created.