Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Example:
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
Additional data to include in the response. Use 'context' to include context information for the change.
Response
OK
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Example:
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Type of change made to a Job.
Available options:
add_job_description
Example:
"add_job_description"
Current status of a Job change.
Available options:
preview
, generating
, generating_preview
, suggested
, saving
, saved
, deleted
, generate_failed
, save_failed
Example:
"suggested"
The actual change data
Example:
{
"job_id": "job_external_id_1",
"job_description": "The Front-End Developer is responsible for implementing visual elements that users interact with on the company's web applications..."
}
Context information for the change (included when include=context parameter is used)