Update a view
Update a view’s name, filter, sorts, or configuration.
For a successful request, the response is the updated View object. All body parameters are optional. Only the provided fields are updated; omitted fields are left unchanged. To clear a field, passDocumentation Index
Fetch the complete documentation index at: https://developers.notion.com/llms.txt
Use this file to discover all available pages before exploring further.
null.
Errors
Returns a 404 HTTP response if the view doesn’t exist, or if the connection doesn’t have access. Returns a 400 or 429 HTTP response if the request exceeds the request limits.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The API version to use for this request. The latest version is 2026-03-11.
2026-03-11 Path Parameters
ID of a Notion view.
Body
New name for the view.
Filter to apply to the view. Uses the same format as the data source query filter. Pass null to clear the filter.
Property sorts to apply to the view. Only property-based sorts are supported. Pass null to clear the sorts.
100Quick filters for the view's filter bar. Keys are property names or IDs. Set a key to a filter condition to add/update that quick filter. Set a key to null to remove it. Pass null for the entire field to clear all quick filters. Unmentioned quick filters are preserved.
View presentation configuration. The type field must match the view type. Individual nullable fields within the configuration can be set to null to clear them.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
Response
- Option 1
- Option 2