We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92301f3 commit 2b5e770Copy full SHA for 2b5e770
3 files changed
docs/docs.go
@@ -1057,6 +1057,9 @@ const docTemplate = `{
1057
"err": {
1058
"type": "string"
1059
},
1060
+ "graph": {
1061
+ "type": "string"
1062
+ },
1063
"id": {
1064
"description": "ID defines the report ID",
1065
docs/swagger.json
@@ -1046,6 +1046,9 @@
1046
1047
1048
1049
1050
1051
1052
1053
1054
docs/swagger.yaml
@@ -266,6 +266,8 @@ definitions:
266
type: object
267
err:
268
type: string
269
+ graph:
270
+ type: string
271
id:
272
description: ID defines the report ID
273
0 commit comments