Skip to content

Commit e797973

Browse files
snigdhasevanh
authored andcommitted
fix(api-docs): Update api docs for group hash endpoints (#81082)
Splitting out the docs change from #81017.
1 parent cd42690 commit e797973

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

api-docs/paths/events/issue-hashes.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
"type": "string"
2323
}
2424
},
25+
{
26+
"in": "query",
27+
"name": "full",
28+
"schema": {
29+
"type": "boolean",
30+
"default": true
31+
},
32+
"description": "If this is set to true, the event payload will include the full event body, including the stacktrace. Set to 1 to enable.",
33+
"required": false
34+
},
2535
{
2636
"$ref": "../../components/parameters/pagination-cursor.json#/PaginationCursor"
2737
}

0 commit comments

Comments
 (0)