Skip to content

Commit 95a42a7

Browse files
committed
docs: update swagger docs
1 parent cf06f99 commit 95a42a7

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

docs/docs.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/swagger.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,11 @@
13591359
"type": "string",
13601360
"example": "main_01-07"
13611361
},
1362+
"times": {
1363+
"type": "integer",
1364+
"maximum": 6,
1365+
"minimum": 0
1366+
},
13621367
"version": {
13631368
"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.",
13641369
"type": "string",

docs/swagger.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ definitions:
304304
stageId:
305305
example: main_01-07
306306
type: string
307+
times:
308+
maximum: 6
309+
minimum: 0
310+
type: integer
307311
version:
308312
description: Version describes the version of the source app used to submit
309313
this report. Third-party API consumers should change this to their own app

0 commit comments

Comments
 (0)