|
|
@@ -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": { |