Sets the number of retries left to execute an external task by id. If retries are set to 0, an incident is created.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The id of the external task to set the number of retries for.
The number of retries to set for the resource. Must be >= 0. If this is 0, an incident is created and the task, or job, cannot be fetched, or acquired anymore unless the retries are increased again. Can not be null.
Request successful.