Edit job
This API call facilitates job editing using a PUT method.
Unlike Patch job, this call employs a PUT method, necessitating the inclusion of all parameters in the request. Omitting any parameter will reset its value to the default. For instance, if only the status field is included, the due date and provider fields will be emptied, even if they had previous values.
It’s recommended to either use a call like Get job or List jobs to gather the unchanged information or consider using the Patch job operation.
This call supports editing the status, due date, and providers. When modifying providers, it’s crucial to submit both the provider’s ID and its type (either VENDOR or USER).
The response will offer a subset of information from Get job.
Body
Response
successful operation
The response is of type object
.