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