Update the scheduler request
patch
                    ess/rest/scheduler/v1/requests/{requestId}
Creates or updates the request. Items that can be updated include one or more request parameters, the schedule information, or the callback URL.
For request parameters, if the parameter does not exist, this operation will create a request. If the parameter exists, the request will get updated. If the schedule is replaced, all previously scheduled instances of this request that have not started running will be canceled. The new schedule will be effective immediately for scheduling new instances.
                Request
Path Parameters
                - 
                    requestId(required):  integer(int64)
                    
                    the job request ID
Supported Media Types
                            - application/json
- application/vnd.oracle.resource+json
Nested Schema : requestParameters
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  RequestParameter
            
            A request parameter.
Nested Schema : RequestParameter
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA request parameter.
    
    
    
    
        Show Source
        - 
                
                    
                    name(required): string
                    
                    
                     
                    
                
                
                The parameter name.
- 
                
                    
                    paramType(required): string
                    
                    
                     
                    
                
                
                Allowed Values:[ "BOOLEAN", "LONG", "INTEGER", "DATETIME", "STRING" ]
- 
                
                    
                    scope: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    value: string
                    
                    
                     
                    
                
                
                
Nested Schema : requestParameters
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  RequestParameter
            
            A request parameter.
Nested Schema : RequestParameter
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA request parameter.
    
    
    
    
        Show Source
        - 
                
                    
                    name(required): string
                    
                    
                     
                    
                
                
                The parameter name.
- 
                
                    
                    paramType(required): string
                    
                    
                     
                    
                
                
                Allowed Values:[ "BOOLEAN", "LONG", "INTEGER", "DATETIME", "STRING" ]
- 
                
                    
                    scope: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    value: string
                    
                    
                     
                    
                
                
                
Response
Supported Media Types
                - application/json
- application/vnd.oracle.resource+json
200 Response
OK
                            
                            
                                Nested Schema : link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    href: string
                    
                    
                     (uri) 
                    
                
                
                href of the provided link
- 
                
                    
                    rel: string
                    
                    
                     
                    
                
                
                relationship with the returned resourceExample:self
400 Response
Invalid input
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
403 Response
Not allowed for this operation
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
404 Response
Request ID not found
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.
500 Response
A scheduling sub-system error occurred.
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.