Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PATCH \
--url https://api.example.com/v1/finances/categories/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"order": -1,
"type": 0,
"enabled": true,
"tenant": 123,
"parent": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"deleted": true,
"deleted_at": "2023-11-07T05:31:56Z",
"order": -1,
"type": 0,
"enabled": true,
"tenant": 123,
"parent": 123
}curl --request PATCH \
--url https://api.example.com/v1/finances/categories/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"order": -1,
"type": 0,
"enabled": true,
"tenant": 123,
"parent": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"deleted": true,
"deleted_at": "2023-11-07T05:31:56Z",
"order": -1,
"type": 0,
"enabled": true,
"tenant": 123,
"parent": 123
}255-2147483648 <= x <= 21474836470 - CREDIT1 - DEBIT0, 1 -32768 <= x <= 32767Была ли эта страница полезной?