Download OpenAPI specification:
Returns the value of a specific preference for the calling user
| preferenceName required | string The name of the preference. |
{- "value": null
}Sets the value of a preference for the calling user
| preferenceName required | string The name of the preference. |
| value required | any |
{- "value": null
}Deletes a specific preference for the calling user
| preferenceName required | string The name of the preference. |