Skip to main content
PUT
Update Billing Address

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Body

application/json

UpdateBillingAddressRequest is the request to update a billing address.

userId
string

The unique ID of the user.

address
object

BillingAddress represents a billing address.

Response

A successful response.

UpdateBillingAddressResponse is the response after updating a billing address.

empty
object

Empty response.