Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PUT \
--url https://api.example.com/v1/crm/settings/tables/{name}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"fields": [
{
"key": "<string>",
"active": true,
"width": 123
}
]
}
'{
"id": 123,
"name": "<string>",
"fields": [
{
"key": "<string>",
"active": true,
"width": 123
}
]
}curl --request PUT \
--url https://api.example.com/v1/crm/settings/tables/{name}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"fields": [
{
"key": "<string>",
"active": true,
"width": 123
}
]
}
'{
"id": 123,
"name": "<string>",
"fields": [
{
"key": "<string>",
"active": true,
"width": 123
}
]
}Была ли эта страница полезной?