Update a REST handler parameter

put

/ords/rest/parameters/{id}

Updates a REST handler parameter.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
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

400 Response

No name parameter provided.

404 Response

Parameter does not exist.

409 Response

Parameter name or bind variable already exists.
Back to Top