fix(server): correct openapi response type for getServerLicense() (#11261)

* fix(server): correct openapi response type for getServerLicense()

* return 404 error when license doesn't exist

* update e2e test
This commit is contained in:
Michel Heusschen
2024-07-22 15:50:45 +02:00
committed by GitHub
parent 3d7a9d79da
commit 849bc6e3aa
7 changed files with 36 additions and 14 deletions
+4 -1
View File
@@ -5022,11 +5022,14 @@
"content": {
"application/json": {
"schema": {
"type": "object"
"$ref": "#/components/schemas/LicenseResponseDto"
}
}
},
"description": ""
},
"404": {
"description": ""
}
},
"security": [