manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
PUT/v1/companies/{companyUuid}Authenticated
PUT companies
Маршрут PUT /v1/companies/{companyUuid} из CompanyController. Детализация собрана из API manifest gateway.
Operation ID
CompanyController.update.PUT.v1_companies__companyUuid_
Handler
cdp.gateway.cdp_gateway.company.controller.grpc.CompanyController#update
Consumes—
Producesapplication/json
Параметры1
Request bodyCompanyUpdateGatewayRequestDTO
Response bodyResponseWrapper<Object>
Request map
Маршрут и контракт запроса
PUT
/v1/companies/{companyUuid}Path segments
v1companies{companyUuid}
Security
isAuthenticated()
Parameters
Параметры
| Имя | Источник | Тип | Обязательный | Nullable | Schema |
|---|---|---|---|---|---|
companyUuid | path | String | Да | Нет | — |
Request / Response
Тела запроса и ответа
Request bodyCompanyUpdateGatewayRequestDTO
Nullable: Нет
CompanyUpdateGatewayRequestDTO
object • CompanyUpdateGatewayRequestDTO
name
StringResponse 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>