Create or Update Project
Projects
Create or Update Project
Create a new project or update an existing one
POST
Create or Update Project
If
id is provided, updates the existing project. Otherwise creates a new project.
Authentication
Bearer token.
Bearer <supabase-jwt>.Body
Project ID to update. Omit to create a new project.
Display name for the project.
Project type, e.g.
"slideshow".The full project data (slides, texts, images, etc.). Schema is type-dependent.
URL for the project thumbnail.
Project status. Defaults to
"draft".