Skip to content
Pile
Esc
navigateopen⌘Jpreview

Update me view preferences

PUT/workspaces/{organizationId}/me/view-preferences
Path parameters
organizationIdstringrequired
Request body
application/json
defaultViewIdstring | nullrequired
Responses
200View preferences updated
defaultViewIdstring | nullrequired
404Saved view not found
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X PUT "/workspaces/string/me/view-preferences" \
  -H "Content-Type: application/json" \
  -d '{
  "defaultViewId": "string"
}'
Response
{
  "defaultViewId": "string"
}