ResponseProjectShort
idintegerrequired
ID проекта
Possible values: >= 1 and <= 2147483647
Example:
1namestringrequired
Название проекта
descriptionstring
Описание проекта
labelsstring[]
ResponseProjectShort
{
"id": 1,
"name": "string",
"description": "string",
"labels": [
"default"
]
}