CMS API Folder Fields Reference

This is a reference to folder fields returned by the CMS API.

Primary fields

Field Type Description PATCHable?
id String folder ID no
account_id String   no
created_at String in ISO-8601 date format   no
name String[1] required yes
video_count Int   no
version Int   no
updated_at String in ISO-8601 date format   no

Notes

  • [1] The following rules apply to folder names:
    • folder names are capped at 100 characters
    • folder names must be unique within the account
    • illegal characters: /
    • name cannot be blank (null, empty, all whitespace)