Skip to main content

Create Empty Project

POST 

/org/:orgId/project/createEmpty

Create Empty Project

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) where the new project should be created

Query Parameters

    name stringrequired

    The name of the new project

    speculative-aggregate booleanrequired

    Enable prediction-defined aggregates for the new project

    inclusive-access booleanrequired

    Enable inclusive access for the new project

Body

required

    string

Responses

Success.

Schema

    any

Loading...