Skip to main content
PUT
Set Job Priority

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the job to be updated.

Body

application/json
priority
integer<int64> | null

The priority of the resource.

Response

Request successful. This method returns no content.