v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
jobs

Update a job branch

post/api/job/update-branch

Request body

$schemastring uri

A URL to the JSON Schema for this object.

branchstring required
job_idinteger required

Example request

{
  "$schema": "https://example.com/UpdateJobBranchRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

successboolean required
updatedboolean required

Example response

{
  "$schema": "https://example.com/UpdateJobBranchOutputBody.json"
}