diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-22 18:45:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 18:45:26 +0300 |
| commit | 1443d31d55ac61836fad597de350ee0bfd53baac (patch) | |
| tree | 74f2b1718606804a66824a9ca30495a40d2e5e0e /docs/swagger.yaml | |
| parent | fix: summary crashing (#53) (diff) | |
| download | lphub-1443d31d55ac61836fad597de350ee0bfd53baac.tar.gz lphub-1443d31d55ac61836fad597de350ee0bfd53baac.tar.bz2 lphub-1443d31d55ac61836fad597de350ee0bfd53baac.zip | |
docs: completion count added (#63)
Former-commit-id: f0bd5dbb55bb8ca91314f84d1b0279b59a73c34a
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index c744146..0465daa 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -300,6 +300,8 @@ definitions: | |||
| 300 | properties: | 300 | properties: |
| 301 | category: | 301 | category: |
| 302 | $ref: '#/definitions/models.Category' | 302 | $ref: '#/definitions/models.Category' |
| 303 | completion_count: | ||
| 304 | type: integer | ||
| 303 | description: | 305 | description: |
| 304 | type: string | 306 | type: string |
| 305 | history: | 307 | history: |