v1
latestOpenAPI 3.1.02026-07-26474165.4 KBJob
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"
}
}