Tag
Represents a tag that can be associated with files.
Fields
Property | Type | Description |
---|---|---|
id | string | Unique identifier for the tag. |
createdAt | string | ISO timestamp when the tag was created. |
updatedAt | string | ISO timestamp when the tag was last updated. |
name | string | Human-readable name for the tag. |
color | string | Color assigned to the tag (HEX code). |
files | { id: string }[]?~ | Array of file references with just the file IDs. |
Invite
Represents an invite created by a user to allow others to join a Zipli...
Url
Represents a shortened URL.
Last updated: 5/30/2025
Edit this page on GitHub