diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-02 22:02:32 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-02 22:02:32 +0300 |
| commit | 323311123f35cbe6dc0924ae7bb4109b4ba55e9c (patch) | |
| tree | 92bc5c5b45f43a957557b77acc230170453a468e /docs/swagger.yaml | |
| parent | feat: detailed logs for records (#55) (diff) | |
| download | lphub-323311123f35cbe6dc0924ae7bb4109b4ba55e9c.tar.gz lphub-323311123f35cbe6dc0924ae7bb4109b4ba55e9c.tar.bz2 lphub-323311123f35cbe6dc0924ae7bb4109b4ba55e9c.zip | |
docs: update swagger for changed models
Former-commit-id: 45b281132d5d5cf05297230ac9b17f2790a4c75f
Diffstat (limited to '')
| -rw-r--r-- | docs/swagger.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 48e84b2..166f960 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -326,10 +326,8 @@ definitions: | |||
| 326 | properties: | 326 | properties: |
| 327 | total_score: | 327 | total_score: |
| 328 | type: integer | 328 | type: integer |
| 329 | user_id: | 329 | user: |
| 330 | type: string | 330 | $ref: '#/definitions/models.UserShort' |
| 331 | user_name: | ||
| 332 | type: string | ||
| 333 | type: object | 331 | type: object |
| 334 | models.UserShort: | 332 | models.UserShort: |
| 335 | properties: | 333 | properties: |