ResponseOrganization
namestringrequired
Название организации
descriptionstring
Описание организации
plan_idintegerrequired
ID тарифного плана
Possible values: >= 1 and <= 2147483647
Example:
1with_default_projectboolean
Default value:
falseidintegerrequired
ID организации
Possible values: >= 1 and <= 2147483647
Example:
1labelsstring[]required
projects object[]
Array [
idintegerrequired
ID проекта
Possible values: >= 1 and <= 2147483647
Example:
1namestringrequired
Название проекта
descriptionstring
Описание проекта
labelsstring[]
]
created_atstring<date-time>required
Дата и время создания организации
updated_atstring<date-time>required
Дата и время последнего обновления организации
ResponseOrganization
{
"name": "string",
"description": "string",
"plan_id": 1,
"with_default_project": false,
"id": 1,
"labels": [
"string"
],
"projects": [
{
"id": 1,
"name": "string",
"description": "string",
"labels": [
"default"
]
}
],
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}