ProjectPostBodyBody: {
    name: string;
    private?: boolean;
    tier_product_id: string;
}

Type declaration

  • name: string

    2

    80

  • Optionalprivate?: boolean

    Whether the project is private. You may not be permitted to make the project private, that will depend on the project product you're using to create the project

  • tier_product_id: string

    The Data Manager Tier Product ID you're using to create the Project

    ^product-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$