Create an ORDS privilege

post

/ords/rest/privileges/

Creates an ORDS privilege.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Details of the ORDS privilege that has been successfully created.
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 or Length parameter is too long.

404 Response

A module or A module name does not existname does not exist.

409 Response

A privilege with that name already exists.
Back to Top