Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.18 KB

Component.md

File metadata and controls

23 lines (19 loc) · 1.18 KB

Component

Add page access groups to a component

Properties

Name Type Description Notes
id str Identifier for component [optional]
page_id str Page identifier [optional]
group_id str Component Group identifier [optional]
created_at datetime [optional]
updated_at datetime [optional]
group bool Is this component a group [optional]
name str Display name for component [optional]
description str More detailed description for component [optional]
position int Order the component will appear on the page [optional]
status str Status of component [optional]
showcase bool Should this component be showcased [optional]
only_show_if_degraded bool Requires a special feature flag to be enabled [optional]
automation_email str Requires a special feature flag to be enabled [optional]

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