Update the job
Request
PUT https://{hostname}:{port}
/build/rest2/jobs/{id}
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true | The identifier to use when looking up a job. This can be the name or ID of the job |
This command takes a JSON request string or file. Use the following template for the request:
{
"description": "The job description",
"name": "The name of the job"
}
