chore(server): openapi generation (#9554)

This commit is contained in:
Alex
2024-05-17 09:58:55 -05:00
committed by GitHub
parent c8aa6a62c2
commit df42352f84
6 changed files with 0 additions and 120 deletions
-24
View File
@@ -1194,30 +1194,6 @@
]
}
},
"/asset/duplicates": {
"get": {
"operationId": "getAssetDuplicates",
"parameters": [],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"items": {
"$ref": "#/components/schemas/AssetResponseDto"
},
"type": "array"
}
}
},
"description": ""
}
},
"tags": [
"Asset"
]
}
},
"/asset/exist": {
"post": {
"description": "Checks if multiple assets exist on the server and returns all existing - used by background backup",