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

ResponseFolder

project_idintegerrequired

id проекта

Possible values: >= 1 and <= 2147483647

Example: 1
parent_idinteger

id родительской папки

Possible values: >= 1 and <= 2147483647

Example: 1
namestringrequired

Название папки

descriptionstring

Описание папки

idintegerrequired

Possible values: >= 1 and <= 2147483647

Example: 1
created_atstring<date-time>required

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

updated_atstring<date-time>required

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

ResponseFolder
{
"project_id": 1,
"parent_id": 1,
"name": "string",
"description": "string",
"id": 1,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}