Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1008 Bytes

File metadata and controls

15 lines (12 loc) · 1008 Bytes

# ViewPatch

Properties

Name Type Description Notes
name string Human-readable name for the view [optional]
description string Optional detailed description of the view [optional]
generate_sdk_keys bool Whether to generate SDK keys for this view [optional]
maintainer_id string Member ID of the maintainer for this view. Only one of `maintainerId` or `maintainerTeamKey` can be specified. [optional]
maintainer_team_key string Key of the maintainer team for this view. Only one of `maintainerId` or `maintainerTeamKey` can be specified. [optional]
tags string[] Tags associated with this view [optional]
archived bool Whether or not the view is archived [optional]

[Back to Model list] [Back to API list] [Back to README]