User Preferences
Setting a project preference
put/v1/user-preferences/project/{projectId}/{propertyName}
Path parameters
projectIdinteger required
The integer ID of the Project.
propertyNamestring required
The name of the preference.
Request body
Example request
{
"propertyValue": true
}Response
The preference was stored
Example response
{
"success": true
}