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