Modify the scheduled date for the job.

put

/rhp-restapi/rhp/jobs/{jobId}

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
Root Schema : ModifyJobBody
Type: object
Show Source
  • Preferred time to execute the operation, in ISO-8601 format.
    Example: 2016-12-21T19:13:17+05
Back to Top

Response

Supported Media Types

200 Response

OK. HTTP Status code 200 indicating modify is succesful.
Body ()
Root Schema : schema

Default Response

Unexpected error. A JSON object containing error details of the issue while executing the operation.
Body ()
Root Schema : errorResource
Type: object
Show Source
Nested Schema : errorDetails
Type: array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source
Back to Top