Invite
Represents an invite created by a user to allow others to join a Zipline instance.
Fields
Property | Type | Description |
---|---|---|
id | string | Unique identifier for the invite. |
code | string | The invite code (used during registration). |
inviter | Inviter? | The user who created the invite (see below). |
uses | number | Number of times this invite has been used. |
maxUses | number?~ | Maximum times this invite can be used, or null for unlimited. |
expiresAt | string?~ | Expiry date as ISO string, or null for never expires. |
createdAt | string | ISO timestamp when the invite was created. |
updatedAt | string | ISO timestamp when the invite was last updated. |
Inviter Type
Property | Type | Description |
---|---|---|
id | string | The inviter's user ID. |
username | string | The inviter's username. |
role | string | The inviter's role (e.g. ADMIN ). |
Folder
Represents an invite created by a user to allow others to join a Zipli...
Tag
Represents a tag that can be associated with files.
Last updated: 5/30/2025
Edit this page on GitHub