jobs
Update Job Trade Types
Updates trade types for a specific job. Trade types passed on the body will replace those already existing on the job. If an empty array is provided, current trade types in the job will be unassigned.
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
put/jobs/{jobId}/trade-types
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"items": [
{
"id": "c5163ff8-d1ee-482d-8915-fe038339aaf3"
}
]
}Response
Trade types of the job were updated successfully