Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the job definition to be updated.
Body
The new execution priority number for jobs of the given definition. The
definition's priority can be reset by using the value null. In
that case, the job definition's priority no longer applies but a new
job's priority is determined as specified in the process model.
A boolean value indicating whether existing jobs of the given definition should
receive the priority as well. Default value is false. Can only be
true when the priority parameter is not null.
Response
Request successful. This method returns no content.