NotepadMetadataBlock

  • attributes
    Type: object
    required
    • author
      Type: string | null
      required
  • caption
    Type: string | null
    required
  • preview
    Type: object | null
    required
    • content
      Type: string | null
      required

      HTML content of the notepad

    • modifiedAt
      Type: string
      required
  • exceedsSize
    Type: boolean | null
  • keywords
    Type: array string[] | null