CRUD
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
application/json
Default structure for updating Job Data.
ID of the Job Family.
Required string length:
1 - 100
Name of the Job.
Required string length:
1 - 255
The Job will not be used in matching if active is false
. This is useful when a Job is being phased out.
Was this page helpful?