revert CreateAssetDto assetType enum

This commit is contained in:
Michel Heusschen
2023-02-10 18:54:51 +01:00
parent 853f23be19
commit 0a58280f3d
6 changed files with 20 additions and 24 deletions
+1 -7
View File
@@ -3762,13 +3762,7 @@
"type": "object",
"properties": {
"assetType": {
"enum": [
"IMAGE",
"VIDEO",
"AUDIO",
"OTHER"
],
"type": "string"
"$ref": "#/components/schemas/AssetTypeEnum"
},
"assetData": {
"type": "string",