manifest 0.0.0.118 • 19 июн. 2026 г., 10:15
POST/v1/projects/{projectUuid}/scripts/{scriptUuid}/documentationAuthenticated
POST documentation
Создаёт knowledge page и anchor cdp_script/SCRIPT/{scriptUuid}.
Operation ID
ScriptController.createDocumentation.POST.v1_projects__projectUuid__scripts__scriptUuid__documentation
Handler
cdp.gateway.cdp_gateway.company.features.script.controller.ScriptController#createDocumentation
Consumes—
Produces—
Параметры2
Request bodyScriptDocumentationCreateGatewayRequestDTO
Response bodyResponseWrapper<Object>
Request map
Маршрут и контракт запроса
POST
/v1/projects/{projectUuid}/scripts/{scriptUuid}/documentationPath segments
v1projects{projectUuid}scripts{scriptUuid}documentation
Security
isAuthenticated()
Parameters
Параметры
| Имя | Источник | Тип | Обязательный | Nullable | Schema |
|---|---|---|---|---|---|
projectUuid | path | String | Да | Нет | — |
scriptUuid | path | String | Да | Нет | — |
Request / Response
Тела запроса и ответа
Request bodyScriptDocumentationCreateGatewayRequestDTO
Nullable: Нет
ScriptDocumentationCreateGatewayRequestDTO
object • ScriptDocumentationCreateGatewayRequestDTO
title
StringeditorJson
StringrenderedHtml
StringplainText
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>