Update Job
Update a Job by its external ID. If you change the Job Family, it will result in the loss of all Skills validated for the previous Job Family and the addition of all Skills validated for the new Job Family. This can for example be used to keep track of proper synchronisation between your system and the Skill Engine API.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique Job ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Body
Default structure for updating Job Data.
ID of the Job Family.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Name of the Job.
1 - 255
"Front End Developer"
The Job will not be used in matching if active is false
. This is useful when a Job is being phased out.
true
Response
No Content
Was this page helpful?