aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-02 22:02:32 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-02 22:02:32 +0300
commit323311123f35cbe6dc0924ae7bb4109b4ba55e9c (patch)
tree92bc5c5b45f43a957557b77acc230170453a468e /docs/docs.go
parentfeat: detailed logs for records (#55) (diff)
downloadlphub-323311123f35cbe6dc0924ae7bb4109b4ba55e9c.tar.gz
lphub-323311123f35cbe6dc0924ae7bb4109b4ba55e9c.tar.bz2
lphub-323311123f35cbe6dc0924ae7bb4109b4ba55e9c.zip
docs: update swagger for changed models
Former-commit-id: 45b281132d5d5cf05297230ac9b17f2790a4c75f
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 0523288..60a39bf 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1599,11 +1599,8 @@ const docTemplate = `{
1599 "total_score": { 1599 "total_score": {
1600 "type": "integer" 1600 "type": "integer"
1601 }, 1601 },
1602 "user_id": { 1602 "user": {
1603 "type": "string" 1603 "$ref": "#/definitions/models.UserShort"
1604 },
1605 "user_name": {
1606 "type": "string"
1607 } 1604 }
1608 } 1605 }
1609 }, 1606 },