manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
PUT/v1/projects/{projectUuid}/customers/{customerUuid}Authenticated
PUT customers
Обновляет customer внутри проекта.
Operation ID
CustomerController.update.PUT.v1_projects__projectUuid__customers__customerUuid_
Handler
cdp.gateway.cdp_gateway.customer.controller.CustomerController#update
Consumes—
Produces—
Параметры2
Request bodyCustomerUpdateRequestDTO
Response bodyResponseWrapper<Object>
Request map
Маршрут и контракт запроса
PUT
/v1/projects/{projectUuid}/customers/{customerUuid}Path segments
v1projects{projectUuid}customers{customerUuid}
Security
isAuthenticated()
Parameters
Параметры
| Имя | Источник | Тип | Обязательный | Nullable | Schema |
|---|---|---|---|---|---|
projectUuid | path | String | Да | Нет | — |
customerUuid | path | String | Да | Нет | — |
Request / Response
Тела запроса и ответа
Request bodyCustomerUpdateRequestDTO
Nullable: Нет
CustomerUpdateRequestDTO
object • CustomerUpdateRequestDTO
projectUuid
StringcustomerUuid
Stringemail
Stringphone
StringfirstName
StringlastName
StringcustomFields
Map<String, String>Набор key/value атрибутов клиента.
Response bodyResponseWrapper<Object>
Nullable: Нет
ResponseWrapper<Object>
object • ResponseWrapper<Object>
success
booleandata
Terror
CdpErrorResponseCdpErrorResponse
object • CdpErrorResponse
errorId
Stringcode
Stringmessage
Stringdetails
Map<String, Object>fieldErrors
List<CdpFieldError>timestamp
longmeta
Map<String, Object>