Перейти к основному содержанию
POST
/
v1
/
attachments
/
files
/
bulk_create
cURL
curl --request POST \
  --url https://api.example.com/v1/attachments/files/bulk_create/
{
  "content_type": "<string>",
  "object_id": 123,
  "name": "<string>",
  "type": "<string>"
}

Ответ

201 - application/json
content_type
string
обязательно
object_id
integer
обязательно
name
string | null
type
string | null