manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
POST/v1/projects/{projectUuid}/autoposting/templatesAuthenticated
POST templates
Маршрут POST /v1/projects/{projectUuid}/autoposting/templates из AutoPostingController. Детализация собрана из API manifest gateway.
Operation ID
AutoPostingController.createTemplate.POST.v1_projects__projectUuid__autoposting_templates
Handler
cdp.gateway.cdp_gateway.autoposting.controller.AutoPostingController#createTemplate
Consumes—
Produces—
Параметры1
Request bodyCreateAutoPostingTemplateRequestDTO
Response bodyAutoPostingRestResponse<AutoPostingTemplateDTO>
Request map
Маршрут и контракт запроса
POST
/v1/projects/{projectUuid}/autoposting/templatesPath segments
v1projects{projectUuid}autopostingtemplates
Security
isAuthenticated()
Parameters
Параметры
| Имя | Источник | Тип | Обязательный | Nullable | Schema |
|---|---|---|---|---|---|
projectUuid | path | String | Да | Нет | — |
Request / Response
Тела запроса и ответа
Request bodyCreateAutoPostingTemplateRequestDTO
Nullable: Нет
CreateAutoPostingTemplateRequestDTO
object • CreateAutoPostingTemplateRequestDTO
name
Stringdescription
StringcontentModelJson
StringResponse bodyAutoPostingRestResponse<AutoPostingTemplateDTO>
Nullable: Нет
AutoPostingRestResponse<AutoPostingTemplateDTO>
object • AutoPostingRestResponse<AutoPostingTemplateDTO>
success
booleandata
Terror
CdpErrorResponseCdpErrorResponse
object • CdpErrorResponse
errorId
Stringcode
Stringmessage
Stringdetails
Map<String, Object>fieldErrors
List<CdpFieldError>timestamp
longmeta
Map<String, Object>