# Update the project information based on id **PUT /projects/{id}** Update the project information based on id ## Servers ## Parameters ### Path parameters - **id** (string) Resource ID ### Body: (object) The project information - **project** (object) ## Responses ### 201 Project updated and returned #### 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. ### 422 Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)