Update a REST handler parameter

put

/ords/rest/parameters/{id}

Updates a REST handler parameter.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : schema
Type: object
Show Source
  • The parameter access method. Indicates if the parameter is an input value, output value, or both. Valid values: IN, OUT, INOUT.
  • The name of the parameter, as it will be referred to in the SQL. If NULL is specified, then the parameter is unbound.
  • Comment text.
  • ID for specific handler.
  • The name of the parameter, as it is named in the URI Template or HTTP Header. Used to map names that are not valid SQL parameter names.
  • The native type of the parameter. Valid values: STRING, INT, DOUBLE, BOOLEAN, LONG, TIMESTAMP.
  • The type identifies if the parameter originates in the URI Template or a HTTP Header. Valid values: HEADER, RESPONSE, URI.
Back to Top

Response

Supported Media Types

200 Response

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