Skip to main content
POST
Update a customer name

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required

Body

application/json

The customer name

name
string
required

The new name for the customer. This will be truncated to 160 characters if the provided name is longer.

Response

200 - application/json

Success

data
object
required