Tag

Represents a tag that can be associated with files.

Fields

PropertyTypeDescription
idstringUnique identifier for the tag.
createdAtstringISO timestamp when the tag was created.
updatedAtstringISO timestamp when the tag was last updated.
namestringHuman-readable name for the tag.
colorstringColor assigned to the tag (HEX code).
files{ id: string }[]?~Array of file references with just the file IDs.


Last updated: 5/30/2025
Edit this page on GitHub