Update Customer
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Body
Responses
200
Successful update of customer data
application/json
Responseobject
put
PUT /v0/customers/{customer_id} HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"documents": [
{
"file_id": "123e4567-e89b-12d3-a456-426614174000",
"description": "text"
}
]
}
200
Successful update of customer data
{}
Last updated