# Update the address for the business **PATCH /users/{user_id}/kyc/businesses/{business_id}/addresses/{id}** Update the address for the business. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **business_id** (string) Business id - **id** (string) Resource ID ### Body: (object) Address information - **address** (object) ## Responses ### 201 Address updated and returned #### Body: (object) - **id** (string(uuid)) - **street_additional** (string) - **city** (string) - **country** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **state** (string) - **street** (string) - **number** (string) - **zipcode** (string) ### 401 Authorization information is missing or invalid. ### 422 Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)