Update a job
Update job
PUT
https://ris.rightsline.com/v4/job/:id
Update the characteristics of a job.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the job to update. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
title | string | The new title of the job. |
template | object | The template of the job. |
template.templateId | string | The unique ID of the template that is assigned to the job. |
characteristics | object | The field values to update on the job. |
parentRelationship | array | Create this job as a child of other entities. |
Last updated