/api/post-v1-admin-frontend-runtime-settings-20b7a02520
Войти
Все методы Cdp Frontend Runtime SettingsCdpFrontendRuntimeSettingsController
manifest 0.0.0.118 • 19 июн. 2026 г., 10:15
POST/v1/admin/frontend/runtime-settingsAuthenticated

POST runtime settings

Маршрут POST /v1/admin/frontend/runtime-settings из CdpFrontendRuntimeSettingsController. Детализация собрана из API manifest gateway.

Operation ID
CdpFrontendRuntimeSettingsController.updateAdminSettings.POST.v1_admin_frontend_runtime-settings
Handler
cdp.gateway.cdp_gateway.frontend.controller.CdpFrontendRuntimeSettingsController#updateAdminSettings
Consumes
Producesapplication/json
Параметры0
Request bodyUpdateCdpFrontendRuntimeSettingsRequestDTO
Response bodyResponseWrapper<UpdateCdpFrontendRuntimeSettingsResponseDTO>
Request map

Маршрут и контракт запроса

POST/v1/admin/frontend/runtime-settings
Path segments
v1adminfrontendruntime-settings
Security
isAuthenticated()
Parameters

Параметры

У метода нет параметров.
Request / Response

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

Request bodyUpdateCdpFrontendRuntimeSettingsRequestDTO
Nullable: Нет
UpdateCdpFrontendRuntimeSettingsRequestDTO
object • UpdateCdpFrontendRuntimeSettingsRequestDTO
enabled
boolean
optional • not-null
tagManagerEnabled
boolean
optional • not-null
tagManagerUuid
String
optional • nullable
tagManagerScriptPath
String
optional • nullable
tagManagerAutoProvision
boolean
optional • not-null
tagManagerSelfTrackingProjectUuid
String
optional • nullable
pixelEnabled
boolean
optional • not-null
pixelUuid
String
optional • nullable
pixelScriptPath
String
optional • nullable
pixelTransportPath
String
optional • nullable
pixelSessionStart
boolean
optional • not-null
pixelPageView
boolean
optional • not-null
pixelActionUser
boolean
optional • not-null
Response bodyResponseWrapper<UpdateCdpFrontendRuntimeSettingsResponseDTO>
Nullable: Нет
ResponseWrapper<UpdateCdpFrontendRuntimeSettingsResponseDTO>
object • ResponseWrapper<UpdateCdpFrontendRuntimeSettingsResponseDTO>
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