Update a customer name

POST {{baseUrl}}/customers/:customer_id/setName

Updates the specified customer's name.

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;external_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;ingest_aliases&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_fields&quot;:{&quot;nulla_d&quot;:&quot;\u003cstring\u003e&quot;,&quot;qui_c2&quot;:&quot;\u003cstring\u003e&quot;}}}