Type Alias PatchedCanvasUpdateRequest
PatchedCanvasUpdateRequest: { access_type?: AccessTypeEnum; account?: AccountRequest | null; content?: Record<string, any>; context?: Record<string, any>; expires_at?: string | null; folder_id?: string | null; indicators?: Record<string, any> | null; instance_id?: string; is_block?: boolean; is_default?: boolean; is_draft?: boolean; is_editable?: boolean; is_section?: boolean; is_template?: boolean; metadata?: Record<string, any>; name?: string; owned_by_id?: number | null; start_at?: string | null; tags?: string[]; theme?: Record<string, any> | null; thumbnail_url?: string | null;} Type declaration
Optional
content?: Record<string, any>
Optional
context?: Record<string, any>
Optional
expires_at?: string | null
Optional
folder_id?: string | null
Optional
indicators?: Record<string, any> | null
Optional
instance_id?: string
Optional
is_block?: boolean
Optional
is_default?: boolean
Optional
is_draft?: boolean
Optional
is_editable?: boolean
Optional
is_section?: boolean
Optional
is_template?: boolean
Optional
metadata?: Record<string, any>
Optional
name?: string
Optional
owned_by_id?: number | null
Optional
start_at?: string | null
Optional
tags?: string[]
Optional
theme?: Record<string, any> | null
Optional
thumbnail_url?: string | null