Job
Update Job
Administrators, impersonating a service user, can use this call to update a specified job.
put/job/{jobId}/update
Path parameters
jobIdstring required
The Id of the job you want to update.
Request body
Example request
{
"params": {
"autoTruncateStrings": "false"
}
}Response
OK
Example response
{
"params": {
"autoTruncateStrings": "false"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.