Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PATCH \
--url https://api.example.com/v1/finances/exchanges/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"account_from": 123,
"account_to": 123,
"tags": [
123
],
"amount": "<string>",
"datetime": "2023-11-07T05:31:56Z"
}
'{
"id": 123
}curl --request PATCH \
--url https://api.example.com/v1/finances/exchanges/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"account_from": 123,
"account_to": 123,
"tags": [
123
],
"amount": "<string>",
"datetime": "2023-11-07T05:31:56Z"
}
'{
"id": 123
}Была ли эта страница полезной?