docs: swagger folder and subfolder

This commit is contained in:
Methapon2001 2023-11-27 16:55:52 +07:00
parent 55ee26d3d7
commit 17b70e8d5e
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
3 changed files with 125 additions and 16 deletions

View file

@ -1093,6 +1093,24 @@
"$ref": "#/components/schemas/StorageFolder"
},
"type": "array"
},
"examples": {
"Example 1": {
"value": [
{
"path": "ตู้เอกสาร 1/ลิ้นชัก 1/แฟ้ม 1",
"name": "แฟ้ม 1",
"createdAt": "2021-07-20T12:33:13.018Z",
"createdBy": "admin"
},
{
"path": "ตู้เอกสาร 1/ลิ้นชัก 1/แฟ้ม 2",
"name": "แฟ้ม 2",
"createdAt": "2022-01-23T16:05:02.114Z",
"createdBy": "admin"
}
]
}
}
}
}
@ -1364,6 +1382,24 @@
"$ref": "#/components/schemas/StorageFolder"
},
"type": "array"
},
"examples": {
"Example 1": {
"value": [
{
"path": "ตู้เอกสาร 1/ลิ้นชัก 1/แฟ้ม 1/แฟ้มย่อย 1",
"name": "แฟ้มย่อย 1",
"createdAt": "2021-07-20T12:33:13.018Z",
"createdBy": "admin"
},
{
"path": "ตู้เอกสาร 1/ลิ้นชัก 1/แฟ้ม 1/แฟ้มย่อย 2",
"name": "แฟ้มย่อย 2",
"createdAt": "2022-01-23T16:05:02.114Z",
"createdBy": "admin"
}
]
}
}
}
}
@ -1387,7 +1423,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ตู้เอกสาร 1"
},
{
"in": "path",
@ -1395,7 +1432,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ลิ้นชัก 1"
},
{
"in": "path",
@ -1403,7 +1441,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "แฟ้ม 1"
}
]
},
@ -1437,7 +1476,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ตู้เอกสาร 1"
},
{
"in": "path",
@ -1445,7 +1485,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ลิ้นชัก 1"
},
{
"in": "path",
@ -1453,7 +1494,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "แฟ้ม 1"
}
],
"requestBody": {
@ -1504,7 +1546,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ตู้เอกสาร 1"
},
{
"in": "path",
@ -1512,7 +1555,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ลิ้นชัก 1"
},
{
"in": "path",
@ -1520,7 +1564,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "แฟ้ม 1"
},
{
"in": "path",
@ -1528,7 +1573,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "แฟ้มย่อย 1"
}
],
"requestBody": {
@ -1538,7 +1584,8 @@
"schema": {
"properties": {
"name": {
"type": "string"
"type": "string",
"example": "แฟ้มใหม่"
}
},
"required": [
@ -1574,7 +1621,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ตู้เอกสาร 1"
},
{
"in": "path",
@ -1582,7 +1630,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "ลิ้นชัก 1"
},
{
"in": "path",
@ -1590,7 +1639,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "แฟ้ม 1"
},
{
"in": "path",
@ -1598,7 +1648,8 @@
"required": true,
"schema": {
"type": "string"
}
},
"example": "แฟ้มย่อย 1"
}
]
}