Skip to main content
Version: 2.0.0

Resource

A project resource conforms to the following interface.

interface Project {
uuid: string
name: string
description: string
is_public: boolean
is_collaborative: boolean
is_archived: boolean
created_at: datetime
updated_at: datetime
}