Skip to main content
Bulk generate Job changes

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
change_type
enum<string>
required

Type of change made to a Job.

Available options:
add_job_description
Example:

"add_job_description"

context
object
required

Additional context information for Job changes

job_ids
string<uuid>[]
required

List of Job external IDs to create changes for

The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.

Required string length: 1 - 100
Pattern: [a-zA-Z0-9_-]+

Response

Accepted

batch_id
string
required

Unique identifier for the batch of created Job changes

Example:

"01JZ54E33R9F4154Z8WCTYVSHT"