# Update Event. **PUT /api/teams/{team}/events/{event}** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters ### Path parameters - **team** (integer) The ID of the team that the event belongs to. - **event** (string) The key of the event to show. ### Body: application/json (object) - **key** (string) The key to use for the event. - **description** (string) The description of the event. - **type** (string) The type of event to create. ## 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)