Skip to content

Commit 2b5e770

Browse files
updateclibot[bot]updatecli
andauthored
chore: Update API Documentation (#285)
Made with ❤️️ by updatecli Co-authored-by: updatecli <bot@updatecli.io>
1 parent 92301f3 commit 2b5e770

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docs/docs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,9 @@ const docTemplate = `{
10571057
"err": {
10581058
"type": "string"
10591059
},
1060+
"graph": {
1061+
"type": "string"
1062+
},
10601063
"id": {
10611064
"description": "ID defines the report ID",
10621065
"type": "string"

docs/swagger.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,9 @@
10461046
"err": {
10471047
"type": "string"
10481048
},
1049+
"graph": {
1050+
"type": "string"
1051+
},
10491052
"id": {
10501053
"description": "ID defines the report ID",
10511054
"type": "string"

docs/swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ definitions:
266266
type: object
267267
err:
268268
type: string
269+
graph:
270+
type: string
269271
id:
270272
description: ID defines the report ID
271273
type: string

0 commit comments

Comments
 (0)