| "description": "Retrieve a document/page meta data" | "description": "Retrieve a document/page meta data" | ||||
| }, | }, | ||||
| { | { | ||||
| "name": "Tags", | |||||
| "description": "Manipulate tags" | |||||
| "name": "Properties", | |||||
| "description": "Manipulate properties" | |||||
| } | } | ||||
| ], | ], | ||||
| "components": { | "components": { | ||||
| }, | }, | ||||
| "/documents/{documentId}": { | "/documents/{documentId}": { | ||||
| "patch": { | "patch": { | ||||
| "summary": "Manipulate document tags", | |||||
| "summary": "Manipulate document properties", | |||||
| "tags": [ | "tags": [ | ||||
| "Tags" | |||||
| "Properties" | |||||
| ], | ], | ||||
| "parameters": [ | "parameters": [ | ||||
| { | { | ||||
| "maxLength": 64 | "maxLength": 64 | ||||
| } | } | ||||
| } | } | ||||
| }, | |||||
| { | |||||
| "in": "query", | |||||
| "name": "name", | |||||
| "required": false, | |||||
| "schema": { | |||||
| "type": "string" | |||||
| } | |||||
| } | } | ||||
| ], | ], | ||||
| "responses": { | "responses": { |