# PUT /customer-addresses/{id}.json **PUT /customer-addresses/{id}.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters #### Path parameters - **id** (integer(int64)) Numeric ID of the instance ## Body parameters Content-type: application/json - **addressLineOne** (string | null) Address line one - **addressLineTwo** (string | null) Address line two - **city** (string | null) City - **country** (string | null) Country - **createdAt** (string(date-time)) Created at - **customerId** (integer(int32)) Customer - **id** (integer(int32)) Id - **name** (string | null) Name - **state** (string | null) State - **updatedAt** (string(date-time)) Updated at - **zip** (string | null) Zip ## Responses [Powered by Bump.sh](https://bump.sh)