add route room delete

This commit is contained in:
grimhilt
2023-05-17 18:14:25 +02:00
parent 7be2e84691
commit 2cae8f12a7
8 changed files with 44 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "object",
"properties": {
"roomId": {
"type": "number"
}
},
"required": [
"roomId"
],
"additionalProperties": false
}