Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PUT \
--url https://api.example.com/v1/attachments/links/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"link": "<string>",
"content_type": "<string>",
"object_id": 4611686018427388000,
"name": "<string>"
}
'{
"id": 123,
"link": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"created_by": 123,
"content_type": "<string>",
"object_id": 4611686018427388000,
"name": "<string>"
}curl --request PUT \
--url https://api.example.com/v1/attachments/links/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"link": "<string>",
"content_type": "<string>",
"object_id": 4611686018427388000,
"name": "<string>"
}
'{
"id": 123,
"link": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"created_by": 123,
"content_type": "<string>",
"object_id": 4611686018427388000,
"name": "<string>"
}2002550 <= x <= 9223372036854776000255Была ли эта страница полезной?