![]() |
API Documentation
|
where {configId} is the ID of a Safe Share Administration-only property (not related to theming Safe Share's interfaces).
GET - used to retrieve the value of a configurable Safe Share Administration-only property (specified by configId).PUT - used to modify the value of a configurable Safe Share Administration-only property (not related to theming Safe Share's interfaces).Note: The
GETmethod takes no parameters.
This API endpoint serves a number of purposes:
configId). Such a Safe Share Administration property's ID can be obtained by calling the <access-service>/api/v1/config/server API endpoint, which retrieves a list of information for all configurable Safe Share Administration properties (not related to theming Safe Share's interfaces). GET request to this API endpoint is also returned in the response from the <access-service>/api/v1/config/server endpoint. Therefore, if you already have a configurable Safe Share Administration-only property's ID, there is no need to call the GET method on this API endpoint.This API endpoint supports the following Covata user roles (as described in the Safe Share Administrator's Guide):
The Covata Platform's resources available to a Covata user meeting the criteria above is determined by the access token submitted in the header of requests to this endpoint.
The appropriate access token as the Bearer token:
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0NjcwMTY2NjYsInVzZXJfbmFtZSI6ImFsZXgub...The following header is required if the body of the request has a JSON object:
Content-Type: application/jsonThe following optional parameter can also be sent in the body of the PUT request, as an individual member of a JSON object:
{configId} in the request's URL). configId value is 1): Although omitting the propertyValue parameter above in a request serves no purpose, an empty JSON object must at least be passed in the body of PUT requests to this endpoint for a successful response:
{}If the request succeeded, then an HTTP response status 200 OK is returned.
For successful requests only, a JSON-formatted response containing the following members is also returned: