Folder

Represents an invite created by a user to allow others to join a Zipline instance.

Fields

PropertyTypeDescription
idstringUnique identifier for the folder.
createdAtstringISO timestamp when the folder was created.
updatedAtstringISO timestamp when the folder was last updated.
namestringThe folder's name.
publicbooleanIf true, the folder and its contents are public.
allowUploadsbooleanIf true, allows anonymous uploads to this folder.
files[File]?~Array of File objects in this folder. This may be a partial representation of a file.
userIdstringThe ID of the user who owns this folder.

Inviter Type

PropertyTypeDescription
idstringThe inviter's user ID.
usernamestringThe inviter's username.
rolestringThe inviter's role (e.g. ADMIN).


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