# Update Feature. **PUT /api/teams/{team}/features/{feature}** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters #### Path parameters - **team** (integer) The ID of the team that the feature belongs to. - **feature** (string) The key of the feature to show. ## Body parameters Content-type: application/json - **key** (string) - **description** (string) - **enabled** (boolean) - **value** (string) ## Responses ### 200: #### Body Parameters: application/json (object) - **data** (object) ### 403: #### Body Parameters: application/json (object) - **message** (string) ### 404: #### Body Parameters: application/json (object) - **message** (string) ### 422: #### Body Parameters: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)