root 5 лет назад
Родитель
Сommit
d32f04d6f5
1 измененных файлов: 12 добавлений и 4 удалений
  1. 12
    4
      etc/openapi.json

+ 12
- 4
etc/openapi.json Просмотреть файл

@@ -25,8 +25,8 @@
"description": "Retrieve a document/page meta data"
},
{
"name": "Tags",
"description": "Manipulate tags"
"name": "Properties",
"description": "Manipulate properties"
}
],
"components": {
@@ -278,9 +278,9 @@
},
"/documents/{documentId}": {
"patch": {
"summary": "Manipulate document tags",
"summary": "Manipulate document properties",
"tags": [
"Tags"
"Properties"
],
"parameters": [
{
@@ -320,6 +320,14 @@
"maxLength": 64
}
}
},
{
"in": "query",
"name": "name",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {

Загрузка…
Отмена
Сохранить