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