put
https://api.vcita.biz/business/search/v1/views/
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 namedescription: View descriptionlevel: View visibility level ('account' or 'staff')columns: Array of column definitionsfilter: Filter configuration (JSON string)sorting_column: Column to sort bysorting_direction: Sort direction ('asc' or 'desc')order: Display orderpinned: Whether the view is displayed/pinned
