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

ResponseProject

namestringrequired

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

descriptionstring

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

idintegerrequired

ID проекта

Possible values: >= 1 and <= 2147483647

Example: 1
organization_idintegerrequired

ID организации, к которой относится проект

Possible values: >= 1 and <= 2147483647

Example: 1
labelsstring[]required
created_atstring<date-time>required

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

updated_atstring<date-time>required

Дата и время последнего обновления проекта

ResponseProject
{
"name": "string",
"description": "string",
"id": 1,
"organization_id": 1,
"labels": [
"system"
],
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}