Update a view

Overview

Update an existing view - Available for Staff, App, and Directory Tokens.

Request Body Requirements

The view object must contain at least one updatable field (e.g., name, level, columns, filter, description, order, pinned). Sending an empty view object will result in no changes being made.

Updatable Fields

  • name: View name
  • description: View description
  • level: View visibility level ('account' or 'staff')
  • columns: Array of column definitions
  • filter: Filter configuration (JSON string)
  • sorting_column: Column to sort by
  • sorting_direction: Sort direction ('asc' or 'desc')
  • order: Display order
  • pinned: Whether the view is displayed/pinned
Language
Click Try It! to start a request and see the response here!