fix api requirements

This commit is contained in:
Gabriel Matte 2024-11-26 18:34:18 -05:00
parent ac648f494d
commit 7b348d54ad
2 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@
}
],
"paths": {
"/api/rooms": {
"/api/room": {
"get": {
"summary": "Get all rooms",
"description": "Returns a list of rooms",
@ -51,7 +51,7 @@
}
}
},
"/api/rooms/{roomId}": {
"/api/room/{roomId}": {
"get": {
"summary": "Get a room by id",
"description": "Returns a room by id",

View file

@ -3,4 +3,5 @@ mkdocs[i18n]
mkdocs_puml
mkdocs-material
Pygments
ghp-import
ghp-import
mkdocs-swagger-ui-tag