# Start a background process that prepares the project for distribution **POST /projects/{project_id}/prepare_for_distribution** Start a background process that prepares the project for distribution. ## Servers ## Parameters ### Path parameters - **project_id** (string) Project id ## Responses ### 404 Resource not found. ### 200 The project's details #### Body: (object) - **id** (string(uuid)) - **code** (string) - **chain** (string) - **description** (string | null) - **free_float_bps** (number) - **number_of_tokens** (string) - **minimum_subscription_bps** (number) - **token_price** (string) - **currency** (string) - **coupon_bps** (integer) - **min_investment** (number(float)) - **on_sale** (boolean) - **pre_sale** (boolean) - **post_sale** (boolean) - **sale_starts_at** (string(datetime)) - **sale_ends_at** (string(datetime)) - **published** (boolean) - **account_name** (string) - **has_investment_survey** (boolean) - **transferability** (string) - **bvdh_customer_id** (string) - **iban** (string) - **bic** (string) ### 401 Authorization information is missing or invalid. [Powered by Bump.sh](https://bump.sh)