# Update user friendship **POST /1/users/{id}/friends/{friendshipId}** Update user friendship ## Servers - https://api.localsporthero.com: https://api.localsporthero.com () ## Parameters ### Path parameters - **id** (string) The user id. - **friendshipId** (string) The id of the friendship. ### Body: application/json (object) - **status** (string) The new status of the friendship - accepted or blocked. ## Responses ### 200 The updated friendship. #### Body: application/json (object) - **friendship** (object) [Powered by Bump.sh](https://bump.sh)