Customers
Update a customer
Update the details of an existing customer using their ID.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Customer ID.
Body
application/json
Response
200
application/json
Customer updated successfully.
The response is of type object
.