API Reference
Log In
API Reference

Update a job and replace its Company Attributes with the payload

Updates a Job and upserts its Company Attributes. The provided customAttributesPayload replaces the entire set of attributes attached to the job: any attribute not present in the payload will be removed; provided ones will be created/updated. Values must match the attribute data type configured for the company attribute.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

UUID of the job to update

Body Params
jobPayload
object

Fields to update on the job. Uses the job schema; provide only the fields to change.

customAttributesPayload
array of objects

Replacement list of Company Attributes to attach to the job. Attribute may be referenced by UUID or key and value must match the attribute's configured data type. Omit the field to leave the job's existing attributes unchanged; provide an empty array ([]) to remove all attributes from the job.

customAttributesPayload
Responses
204

Updated successfully. No content returned.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json