Customersv1
Update customer
PUT
/v1/customers/{id}Path Parameters
id*string
id path parameter
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/v1/customers/string" \ -H "Content-Type: application/json" \ -d '{}'Empty