Update a REST template handler

put

/ords/rest/handlers/{id}

Updates a REST template handler.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Comment text.
  • The default pagination for a resource handler HTTP operation GET method, that is, the number of rows to return on each page of a JSON format result set based on a database query. Default: NULL (defers to the resource module setting).
  • The HTTP method to which this handler will respond. Valid values: GET, POST, PUT, DELETE.
  • Comma-separated list of MIME types that the handler will accept. Applies to PUT and POST only.
  • The source implementation for the selected HTTP method.
  • The HTTP request method for this handler. Valid values: source_type_collection_feed, source_type_collection_item, source_type_media, source_type_plsql, source_type_query || source_type_csv_query, source_type_query_one_row, source_type_feed, path/to/feed/{id}.
Back to Top

Response

Supported Media Types

200 Response

Details of the REST template handler that has been successfully updated.
Body ()
Root Schema : ResourceItem
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : LinkRelation
Type: object
Show Source

400 Response

No template specified or No source parameter provided or Invalid Source Type.

404 Response

Template does not exis

409 Response

Handler already exists.
Back to Top