Skip to content
Pile
Esc
navigateopen⌘Jpreview

Update view preferences

PUT/workspaces/{organizationId}/view-preferences
Path parameters
organizationIdstringrequired
Request body
application/json
defaultViewIdstring | null
Responses
200Preferences updated
organizationIdstringrequired
userIdstringrequired
defaultViewIdstring | nullrequired
updatedAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X PUT "/workspaces/string/view-preferences" \
  -H "Content-Type: application/json" \
  -d '{
  "defaultViewId": "string"
}'
Response
{
  "organizationId": "string",
  "userId": "string",
  "defaultViewId": "string",
  "updatedAt": "string"
}