Перейти к основному содержанию
POST
/
v2
/
documents
/
{document_uuid}
/
eds
cURL
curl --request POST \
  --url https://api.example.com/v2/documents/{document_uuid}/eds/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "cms": "<string>"
}
'
{}

Параметры пути

document_uuid
string<uuid>
обязательно

Тело

cms
string
обязательно

Ответ

201 - application/json

The response is of type object.