Skip to content

Commit

Permalink
docs: update swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Nov 23, 2023
1 parent cf06f99 commit 95a42a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,11 @@
"type": "string",
"example": "main_01-07"
},
"times": {
"type": "integer",
"maximum": 6,
"minimum": 0
},
"version": {
"description": "Version describes the version of the source app used to submit this report. Third-party API consumers should change this to their own app version.",
"type": "string",
Expand Down
4 changes: 4 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ definitions:
stageId:
example: main_01-07
type: string
times:
maximum: 6
minimum: 0
type: integer
version:
description: Version describes the version of the source app used to submit
this report. Third-party API consumers should change this to their own app
Expand Down

0 comments on commit 95a42a7

Please sign in to comment.