Update a saved view
Partially updates a saved view. Authorization: requires `space:contribute` on `:spaceId` — lacking it gives **403** (no `space:read` → 404). Strict body accepting any of `name`, `fields[]`, `filters[]`, `sorts[]`, `filterLogic`. The seeded default view cannot be renamed → 400 `default_view_not_renamable`; unknown view → 404; invalid body → 422. Returns `{ view }`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
definitionId
viewId
Request
Strict: unknown and server-controlled keys are rejected.
name
fields
filters
sorts
filterLogic
Response
The updated view.
view
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error