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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

View UID

Body Params
view
object
required

View object containing at least one updatable field. Cannot be empty.

Headers
string
required

The format of the API authorization header should be: 'Authorization': "Bearer API_TOKEN"

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json