Update preference

Update an existing preference

PUT
/preferences/{preferenceId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

preferenceIdstring

ID of the preference

Preference update input

value?unknown

Response Body

curl -X PUT "https://eu1.api.bivariant.com/v1/preferences/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "accountId": "string",
  "configId": "string",
  "configVersion": 0,
  "createdAt": "string",
  "id": "string",
  "updatedAt": "string",
  "value": null
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}