docs: word and order

This commit is contained in:
Methapon2001 2023-11-27 14:06:51 +07:00
parent 9b2bff6ba5
commit d8cf568206
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
10 changed files with 322 additions and 284 deletions

View file

@ -214,7 +214,7 @@
}
},
"tags": [
"Cabinet"
"ตู้เอกสาร"
],
"security": [
{
@ -234,7 +234,7 @@
}
},
"tags": [
"Cabinet"
"ตู้เอกสาร"
],
"security": [
{
@ -276,7 +276,7 @@
}
},
"tags": [
"Cabinet"
"ตู้เอกสาร"
],
"security": [
{
@ -325,7 +325,7 @@
}
},
"tags": [
"Cabinet"
"ตู้เอกสาร"
],
"security": [
{
@ -368,7 +368,7 @@
}
},
"tags": [
"Drawer"
"ลิ้นชัก"
],
"security": [
{
@ -400,7 +400,7 @@
}
},
"tags": [
"Drawer"
"ลิ้นชัก"
],
"security": [
{
@ -451,7 +451,7 @@
}
},
"tags": [
"Drawer"
"ลิ้นชัก"
],
"security": [
{
@ -505,7 +505,7 @@
}
},
"tags": [
"Drawer"
"ลิ้นชัก"
],
"security": [
{
@ -535,6 +535,58 @@
}
},
"/cabinet/{cabinetName}/drawer/{drawerName}/folder/{folderName}/file": {
"get": {
"operationId": "GetFile",
"responses": {
"200": {
"description": "สำเร็จ",
"content": {
"application/json": {
"schema": {
"items": {
"$ref": "#/components/schemas/EhrFile"
},
"type": "array"
}
}
}
}
},
"tags": [
"ไฟล์"
],
"security": [
{
"bearerAuth": []
}
],
"parameters": [
{
"in": "path",
"name": "cabinetName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "drawerName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "folderName",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"post": {
"operationId": "UploadFile",
"responses": {
@ -613,7 +665,7 @@
}
},
"tags": [
"File"
"ไฟล์"
],
"security": [
{
@ -682,58 +734,6 @@
}
}
}
},
"get": {
"operationId": "GetFile",
"responses": {
"200": {
"description": "สำเร็จ",
"content": {
"application/json": {
"schema": {
"items": {
"$ref": "#/components/schemas/EhrFile"
},
"type": "array"
}
}
}
}
},
"tags": [
"File"
],
"security": [
{
"bearerAuth": []
}
],
"parameters": [
{
"in": "path",
"name": "cabinetName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "drawerName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "folderName",
"required": true,
"schema": {
"type": "string"
}
}
]
}
},
"/cabinet/{cabinetName}/drawer/{drawerName}/folder/{folderName}/file/{fileName}": {
@ -768,7 +768,7 @@
}
},
"tags": [
"File"
"ไฟล์"
],
"security": [
{
@ -847,7 +847,7 @@
}
},
"tags": [
"File"
"ไฟล์"
],
"security": [
{
@ -989,7 +989,7 @@
}
},
"tags": [
"Download"
"ดาวน์โหลด"
],
"security": [
{
@ -1054,7 +1054,7 @@
}
},
"tags": [
"Folder"
"แฟ้ม"
],
"security": [
{
@ -1094,7 +1094,7 @@
}
},
"tags": [
"Folder"
"แฟ้ม"
],
"security": [
{
@ -1153,7 +1153,7 @@
}
},
"tags": [
"Folder"
"แฟ้ม"
],
"security": [
{
@ -1215,7 +1215,7 @@
}
},
"tags": [
"Folder"
"แฟ้ม"
],
"security": [
{
@ -1271,7 +1271,7 @@
}
},
"tags": [
"Search"
"ค้นหา"
],
"security": [
{
@ -1313,7 +1313,7 @@
}
},
"tags": [
"SubFolder"
"แฟ้มย่อย"
],
"security": [
{
@ -1361,7 +1361,7 @@
}
},
"tags": [
"SubFolder"
"แฟ้มย่อย"
],
"security": [
{
@ -1428,7 +1428,7 @@
}
},
"tags": [
"SubFolder"
"แฟ้มย่อย"
],
"security": [
{
@ -1498,7 +1498,7 @@
}
},
"tags": [
"SubFolder"
"แฟ้มย่อย"
],
"security": [
{
@ -1544,6 +1544,66 @@
}
},
"/cabinet/{cabinetName}/drawer/{drawerName}/folder/{folderName}/subfolder/{subFolderName}/file": {
"get": {
"operationId": "GetFile",
"responses": {
"200": {
"description": "สำเร็จ",
"content": {
"application/json": {
"schema": {
"items": {
"$ref": "#/components/schemas/EhrFile"
},
"type": "array"
}
}
}
}
},
"tags": [
"ไฟล์"
],
"security": [
{
"bearerAuth": []
}
],
"parameters": [
{
"in": "path",
"name": "cabinetName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "drawerName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "folderName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "subFolderName",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"post": {
"operationId": "UploadFile",
"responses": {
@ -1622,7 +1682,7 @@
}
},
"tags": [
"SubFolder File"
"ไฟล์"
],
"security": [
{
@ -1699,66 +1759,6 @@
}
}
}
},
"get": {
"operationId": "GetFile",
"responses": {
"200": {
"description": "สำเร็จ",
"content": {
"application/json": {
"schema": {
"items": {
"$ref": "#/components/schemas/EhrFile"
},
"type": "array"
}
}
}
}
},
"tags": [
"SubFolder File"
],
"security": [
{
"bearerAuth": []
}
],
"parameters": [
{
"in": "path",
"name": "cabinetName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "drawerName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "folderName",
"required": true,
"schema": {
"type": "string"
}
},
{
"in": "path",
"name": "subFolderName",
"required": true,
"schema": {
"type": "string"
}
}
]
}
},
"/cabinet/{cabinetName}/drawer/{drawerName}/folder/{folderName}/subfolder/{subFolderName}/file/{fileName}": {
@ -1793,7 +1793,7 @@
}
},
"tags": [
"SubFolder File"
"ไฟล์"
],
"security": [
{
@ -1880,7 +1880,7 @@
}
},
"tags": [
"SubFolder File"
"ไฟล์"
],
"security": [
{
@ -2030,9 +2030,13 @@
}
},
"tags": [
"Download"
"ดาวน์โหลด"
],
"security": [
{
"bearerAuth": []
}
],
"security": [],
"parameters": [
{
"in": "path",
@ -2083,5 +2087,28 @@
"url": "/api"
}
],
"tags": [
{
"name": "ตู้เอกสาร"
},
{
"name": "ลิ้นชัก"
},
{
"name": "แฟ้ม"
},
{
"name": "แฟ้มย่อย"
},
{
"name": "ไฟล์"
},
{
"name": "ดาวน์โหลด"
},
{
"name": "ค้นหา"
}
],
"basePath": "/api"
}