feat(api): hidden folder and file

This commit is contained in:
Methapon2001 2023-12-15 10:08:06 +07:00
parent e73f5cc855
commit c48e8c9873
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
8 changed files with 113 additions and 5 deletions

View file

@ -85,6 +85,9 @@
"upload": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"updatedAt": {
"anyOf": [
{
@ -125,6 +128,7 @@
"keyword",
"path",
"upload",
"hidden",
"updatedAt",
"updatedBy",
"createdAt",
@ -198,6 +202,9 @@
"type": "string"
},
"type": "array"
},
"hidden": {
"type": "boolean"
}
},
"required": [
@ -352,6 +359,10 @@
"รายรับ",
"รายจ่าย"
]
},
"hidden": {
"type": "boolean",
"example": false
}
},
"required": [
@ -392,6 +403,10 @@
"รายจ่าย"
]
},
"hidden": {
"type": "boolean",
"example": false
},
"from": {
"properties": {
"file": {
@ -1522,6 +1537,9 @@
}
]
},
"hidden": {
"type": "boolean"
},
"upload": {
"type": "boolean"
},
@ -1568,6 +1586,7 @@
"createdAt",
"updatedBy",
"updatedAt",
"hidden",
"upload",
"path",
"keyword",
@ -2216,6 +2235,9 @@
}
]
},
"hidden": {
"type": "boolean"
},
"upload": {
"type": "boolean"
},
@ -2262,6 +2284,7 @@
"createdAt",
"updatedBy",
"updatedAt",
"hidden",
"upload",
"path",
"keyword",
@ -2424,6 +2447,9 @@
}
]
},
"hidden": {
"type": "boolean"
},
"upload": {
"type": "boolean"
},
@ -2470,6 +2496,7 @@
"createdAt",
"updatedBy",
"updatedAt",
"hidden",
"upload",
"path",
"keyword",
@ -3409,6 +3436,9 @@
}
]
},
"hidden": {
"type": "boolean"
},
"upload": {
"type": "boolean"
},
@ -3455,6 +3485,7 @@
"createdAt",
"updatedBy",
"updatedAt",
"hidden",
"upload",
"path",
"keyword",
@ -3535,6 +3566,26 @@
}
]
}
},
"/version": {
"get": {
"operationId": "GetVersion",
"responses": {
"200": {
"description": "Ok",
"content": {
"application/json": {
"schema": {}
}
}
}
},
"tags": [
"Version"
],
"security": [],
"parameters": []
}
}
},
"servers": [