manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
PUT/v1/projects/{projectUuid}/goals/{goalUuid}Authenticated
PUT goals
Маршрут PUT /v1/projects/{projectUuid}/goals/{goalUuid} из GoalController. Детализация собрана из API manifest gateway.
Operation ID
GoalController.update.PUT.v1_projects__projectUuid__goals__goalUuid_
Handler
cdp.gateway.cdp_gateway.project.controller.GoalController#update
Consumes—
Produces—
Параметры2
Request bodyGoalUpdateRequestDTO
Response bodyResponseWrapper<Object>
Request map
Маршрут и контракт запроса
PUT
/v1/projects/{projectUuid}/goals/{goalUuid}Path segments
v1projects{projectUuid}goals{goalUuid}
Security
isAuthenticated()
Parameters
Параметры
| Имя | Источник | Тип | Обязательный | Nullable | Schema |
|---|---|---|---|---|---|
projectUuid | path | String | Да | Нет | — |
goalUuid | path | String | Да | Нет | — |
Request / Response
Тела запроса и ответа
Request bodyGoalUpdateRequestDTO
Nullable: Нет
GoalUpdateRequestDTO
object • GoalUpdateRequestDTO
description
StringshortDescription
Stringtitle
Stringuuid
StringeventName
Stringparams
List<GoalParamUpdateRequestDTO>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>