Update a container job

patch/container/job/{jobId}

Updates a job that was used to create a project container.

Request Samples

Response Samples

1Not Available

Path Parameters

jobId
integer<int64>
true

The ID of the job to be updated.

Header Parameters

If-Unmodified-Since
string<HTTP-date>
false

If-Unmodified-Since

Request Body

A description of a job that was used to create the project container that is to be updated.

NameTypeRequiredDescription
archive
boolean
false

Archive or unarchive the container job.

Responses

StatusMeaningDescription
200OK

The request succeeded.

400Bad Request

The request was invalid. Additional information is available in the application logs if the environment variable LOGGING_LEVEL_ORG_SPRINGFRAMEWORK is set to DEBUG.

Schema
404Not Found

No resource exists at the requested path.

Schema
412Precondition Failed

The If-Unmodified-Since request header did not match the resource's last modified timestamp.

Schema