Update an ORDS privilege
put
/ords/rest/privileges/{id}
Updates an ORDS privilege.
Request
Supported Media Types
- application/json
Path Parameters
-
id: integer
ID for specific ORDS privilege.
Root Schema : schema
Type:
Show Source
object
-
comments(optional):
string
Comments text.
-
description(optional):
string
ORDS privilege description text.
-
label(optional):
string
ORDS privilege label.
-
modules(optional):
string
String of an ORDS modules list separated by the null char.
-
name:
string
Name of the ORDS privilege
-
patterns(optional):
string
String of an ORDS patterns list separated by the null char.
-
roles(optional):
string
String of an ORDS roles list separated by the null char.
Response
Supported Media Types
- application/json
200 Response
Details of the ORDS privilege that has been successfully updated.
400 Response
No name parameter provided or Length parameter is too long or Privilege name already exists.
403 Response
You do not have permission to update this privilege.
404 Response
A privilege or role name or module name o does not existname does not exist.