Set an ORDS property value for a schema
put
/ords/_/db-api/stable/ords/properties/{schema}/{key}
Set a specfic ORDS property value in the database for the specified schema. ORDS property values that are defined at SCHEMA scope can be managed through this endpoint. A client requires SQL Administrator role to invoke this service.
Request
Supported Media Types
- application/json
Path Parameters
-
key: string
The name of the ORDS property.
-
schema: string
The name of the REST Enabled database schema.
Root Schema : schema
Type:
Show Source
object
-
value(optional):
string
The value to set for the property.
Response
Supported Media Types
- application/json
200 Response
Information about a specific ORDS property value in the database that is visible to the user.