Developer
Developer - Customers

Update Customer Name

Update a customer's name.

This endpoint is restricted to developer users only. Updates the display name for the specified customer.

  • customer_id: The customer UUID to update
  • name: The new customer name
patch/developer/customers/{customer_id}/name

Path parameters

customer_idstring uuid required

Request body

namestring required

The new customer name

Response

Successful Response

customer_idstring uuid required

The customer ID

namestring required

The updated customer name

messagestring required

Status message

Changes

No recorded changes to this endpoint across all 1 revision of this API.