/api/post-v1-projects-projectuuid-autoposting-jobs-jobid-public-link-d69e50fffc
Войти
Все методы Auto PostingAutoPostingController
manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
POST/v1/projects/{projectUuid}/autoposting/jobs/{jobId}/public-linkAuthenticated

POST public link

Маршрут POST /v1/projects/{projectUuid}/autoposting/jobs/{jobId}/public-link из AutoPostingController. Детализация собрана из API manifest gateway.

Operation ID
AutoPostingController.createPublicLink.POST.v1_projects__projectUuid__autoposting_jobs__jobId__public-link
Handler
cdp.gateway.cdp_gateway.autoposting.controller.AutoPostingController#createPublicLink
Consumes
Produces
Параметры2
Request bodyCreateAutoPostingPublicLinkRequestDTO
Response bodyAutoPostingRestResponse<CreateAutoPostingPublicLinkResponseDTO>
Request map

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

POST/v1/projects/{projectUuid}/autoposting/jobs/{jobId}/public-link
Path segments
v1projects{projectUuid}autopostingjobs{jobId}public-link
Security
isAuthenticated()
Parameters

Параметры

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

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

Request bodyCreateAutoPostingPublicLinkRequestDTO
Nullable: Нет
CreateAutoPostingPublicLinkRequestDTO
object • CreateAutoPostingPublicLinkRequestDTO
expiresAtEpochMs
Long
optional • nullable
Response bodyAutoPostingRestResponse<CreateAutoPostingPublicLinkResponseDTO>
Nullable: Нет
AutoPostingRestResponse<CreateAutoPostingPublicLinkResponseDTO>
object • AutoPostingRestResponse<CreateAutoPostingPublicLinkResponseDTO>
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