root 5 년 전
부모
커밋
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": {

Loading…
취소
저장