Update a view
Update view attributes.
Authorization: the owner of a private (user-owned) view can always update it.
Organization-owned (shared) views require the update ability on views —
the default Admin/Super Admin roles can edit any shared view; roles
without views abilities (e.g. Reception) receive 403. On 403, clients
should offer “Save as new” (create a private copy) instead.
Side effect: every update stamps last_edited_by, which permanently opts a
backend-seeded default view out of default-view reconciliation. Save only on
explicit user intent, never as a rendering side effect.
For list areas, table layout (column order/visibility/widths + sort) is
persisted inside config — merge over the existing config object, never
replace it wholesale (it may carry backend-seeded meta keys such as
requiredFeature). See the “Table State Persistence” guide.
Autorisierungen
The access token received from the authorization server in the OAuth 2.0 flow.
Header
Bearer Token
Pfadparameter
UUID of the view
Abfrageparameter
Organization ID
Body
Antwort
OK
Saved table/filter/display preset for an admin area.