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

ResponseProjectShort

idintegerrequired

ID проекта

Possible values: >= 1 and <= 2147483647

Example: 1
namestringrequired

Название проекта

descriptionstring

Описание проекта

labelsstring[]
ResponseProjectShort
{
"id": 1,
"name": "string",
"description": "string",
"labels": [
"default"
]
}