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

  • Optionalaccess_type?: AccessTypeEnum
  • Optionalaccount?: AccountRequest | null
  • Optionalcontent?: Record<string, any>
  • Optionalcontext?: Record<string, any>
  • Optionalexpires_at?: string | null
  • Optionalfolder_id?: string | null
  • Optionalindicators?: Record<string, any> | null
  • Optionalinstance_id?: string
  • Optionalis_block?: boolean
  • Optionalis_default?: boolean
  • Optionalis_draft?: boolean
  • Optionalis_editable?: boolean
  • Optionalis_section?: boolean
  • Optionalis_template?: boolean
  • Optionalmetadata?: Record<string, any>
  • Optionalname?: string
  • Optionalowned_by_id?: number | null
  • Optionalstart_at?: string | null
  • Optionaltags?: string[]
  • Optionaltheme?: Record<string, any> | null
  • Optionalthumbnail_url?: string | null