Update a REST module

put

/ords/rest/modules/{id}

Updates a REST module.

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 module 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 items_per_page or status parameter provided.

404 Response

No name or base_path parameter provided.

409 Response

A module name or base path already exists.
Back to Top