Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PATCH \
--url https://api.example.com/v1/plus/manage/products/{id}/prices/{price_id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"price": "<string>",
"duration": "<string>",
"outer_id": -1,
"active": true,
"order": -1
}
'{
"id": 123,
"name": "<string>",
"duration": "<string>",
"price": "<string>",
"outer_id": -1,
"active": true,
"order": -1
}curl --request PATCH \
--url https://api.example.com/v1/plus/manage/products/{id}/prices/{price_id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"price": "<string>",
"duration": "<string>",
"outer_id": -1,
"active": true,
"order": -1
}
'{
"id": 123,
"name": "<string>",
"duration": "<string>",
"price": "<string>",
"outer_id": -1,
"active": true,
"order": -1
}255^-?\d{0,14}(?:\.\d{0,2})?$-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647Была ли эта страница полезной?