v1
latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KBUpdate Job Title
Update the title of a job.
patch/v2/jobs/{id}
Path parameters
idstring uuid required
Example:48f7656f-098b-4c43-b165-7cfd2cc8ac30
The unique identifier of the job
Query parameters
projectIdstring uuid required
Example:48f7656f-098b-4c43-b165-7cfd2cc8ac30
The unique identifier of the project
Request body
Example request
{
"title": "Updated Meeting Notes"
}Response
Successful response
Example response
{
"success": true,
"message": "job updated successfully",
"messageKey": "OPERATION_SUCCESSFUL",
"data": []
}