v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
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

{"stackTrail":"paths:/v1/user-preferences/project/{projectId}/{propertyName}:put:requestBody:content:application/json:schema:properties:propertyValue","oasType":"schema","type":"unknown","description":"The preference to be stored. It may be of any json-serializable type."}

Example request

{
  "propertyValue": true
}

Response

The preference was stored

successboolean required

Example response

{
  "success": true
}