# Update Experiment. **PUT /api/teams/{team}/experiments/{experiment}** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters ### Path parameters - **team** (integer) The ID of the team that the experiment belongs to. - **experiment** (string) The experiment key to show. ### Body: application/json (object) - **key** (string) The key to use for the experiment. - **description** (string) The description of the experiment. - **algorithm_type** (string) The algorithm to use for enrolling participants. - **event_key** (string) The key of the event to track the experiment against. ## Responses ### 200 #### Body: application/json (object) - **data** (object) ### 403 #### Body: application/json (object) - **message** (string) ### 404 #### Body: application/json (object) - **message** (string) ### 422 #### Body: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)