mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
fix api requirements
This commit is contained in:
parent
ac648f494d
commit
7b348d54ad
2 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@ mkdocs[i18n]
|
|||
mkdocs_puml
|
||||
mkdocs-material
|
||||
Pygments
|
||||
ghp-import
|
||||
ghp-import
|
||||
mkdocs-swagger-ui-tag
|
||||
Loading…
Reference in a new issue