Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PUT \
--url https://api.example.com/v1/crm/attraction_methods/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"tenant": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"tenant": 123
}curl --request PUT \
--url https://api.example.com/v1/crm/attraction_methods/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"tenant": 123
}
'{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"tenant": 123
}Была ли эта страница полезной?