RequestStyle
namestringrequired
Название стиля
rules object
Правила стиля
property name*string
colorsobject[]
Цветовые схемы
project_idintegerrequired
Идентификатор проекта
Possible values: >= 1 and <= 2147483647
Example:
1versionstring
Версия стиля
protectedboolean
Default value:
falseRequestStyle
{
"name": "string",
"rules": {},
"colors": [
{}
],
"project_id": 1,
"version": "string",
"protected": false
}