Skip to content

Commit

Permalink
Swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfarrelldev committed Nov 22, 2024
1 parent 6bcdcb3 commit 2852da6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ const docTemplate = `{
]
},
"password": {
"description": "The password for the lobby to be created",
"description": "FIXME make passwords actually get stored with lobbies\nThe password for the lobby to be created",
"type": "string"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
]
},
"password": {
"description": "The password for the lobby to be created",
"description": "FIXME make passwords actually get stored with lobbies\nThe password for the lobby to be created",
"type": "string"
}
}
Expand Down
4 changes: 3 additions & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ definitions:
- $ref: '#/definitions/lobby.Lobby'
description: The lobby to create.
password:
description: The password for the lobby to be created
description: |-
FIXME make passwords actually get stored with lobbies
The password for the lobby to be created
type: string
type: object
lobby.GetLobbyArgs:
Expand Down

0 comments on commit 2852da6

Please sign in to comment.