Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PUT \
--url https://api.example.com/v1/plus/manage/articles/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"order": 1073741823,
"body": "<string>",
"active": true,
"expire_at": "2023-11-07T05:31:56Z",
"image": "<string>",
"background": "<string>",
"extra": "<unknown>"
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"title": "<string>",
"order": 1073741823,
"body": "<string>",
"active": true,
"expire_at": "2023-11-07T05:31:56Z",
"image": "<string>",
"background": "<string>",
"extra": "<unknown>"
}curl --request PUT \
--url https://api.example.com/v1/plus/manage/articles/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"order": 1073741823,
"body": "<string>",
"active": true,
"expire_at": "2023-11-07T05:31:56Z",
"image": "<string>",
"background": "<string>",
"extra": "<unknown>"
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"title": "<string>",
"order": 1073741823,
"body": "<string>",
"active": true,
"expire_at": "2023-11-07T05:31:56Z",
"image": "<string>",
"background": "<string>",
"extra": "<unknown>"
}51960 <= x <= 2147483647Была ли эта страница полезной?