/api/put-v1-projects-projectuuid-goals-goaluuid-cb0485e6c7
Войти
Все методы GoalGoalController
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

Параметры

ИмяИсточникТипОбязательныйNullableSchema
projectUuid
pathStringДаНет
goalUuid
pathStringДаНет
Request / Response

Тела запроса и ответа

Request bodyGoalUpdateRequestDTO
Nullable: Нет
GoalUpdateRequestDTO
object • GoalUpdateRequestDTO
description
String
optional • nullable
shortDescription
String
optional • nullable
title
String
required • not-null
uuid
String
required • not-null
eventName
String
optional • nullable
params
List<GoalParamUpdateRequestDTO>
optional • nullable
Response bodyResponseWrapper<Object>
Nullable: Нет
ResponseWrapper<Object>
object • ResponseWrapper<Object>
success
boolean
required • not-null
data
T
optional • nullable
error
CdpErrorResponse
optional • nullable • schema=CdpErrorResponse
CdpErrorResponse
object • CdpErrorResponse
errorId
String
required • not-null
code
String
required • not-null
message
String
required • not-null
details
Map<String, Object>
optional • not-null
fieldErrors
List<CdpFieldError>
optional • not-null
timestamp
long
optional • not-null
meta
Map<String, Object>
optional • not-null