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": {
|
"paths": {
|
||||||
"/api/rooms": {
|
"/api/room": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Get all rooms",
|
"summary": "Get all rooms",
|
||||||
"description": "Returns a list of rooms",
|
"description": "Returns a list of rooms",
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/api/rooms/{roomId}": {
|
"/api/room/{roomId}": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Get a room by id",
|
"summary": "Get a room by id",
|
||||||
"description": "Returns a room by id",
|
"description": "Returns a room by id",
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ mkdocs_puml
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
Pygments
|
Pygments
|
||||||
ghp-import
|
ghp-import
|
||||||
|
mkdocs-swagger-ui-tag
|
||||||
Loading…
Reference in a new issue