Перейти к основному содержимому

ResponseStyle

namestringrequired

Название стиля

rules object

Правила стиля

property name*string
colorsobject[]

Цветовые схемы

project_idintegerrequired

Идентификатор проекта

Possible values: >= 1 and <= 2147483647

Example: 1
versionstring

Версия стиля

protectedboolean
Default value: false
idintegerrequired

Possible values: >= 1 and <= 2147483647

Example: 1
created_atstring<date-time>required

Дата и время создания

updated_atstring<date-time>required

Дата и время обновления

ResponseStyle
{
"name": "string",
"rules": {},
"colors": [
{}
],
"project_id": 1,
"version": "string",
"protected": false,
"id": 1,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}