Modify a client preference

This operation enables you to modify a specified client-level preference for a Sentinel client.

Path Params
int32
required

Client ID.

string
required

Name of the preference (e.g. scoring_method).

Query Params
string
enum

Selects the requested response representation format.

Allowed:
Body Params

Holds the information to updated preference for a Sentinel client.

number

Determines whether or not a user can create a preference at the user level.

string
required

New value of the preference.

string

New name of the preference. -- NOTE : this changes the resource location

Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

404

NotFound The requested resource could not be found.

409

Conflict indicates that the request could not be processed because of conflict in the request, such as an edit conflict.

500

GenericError generic error.

Language
Response
Choose an example:
application/json