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 063fe0b commit e5f3e7dCopy full SHA for e5f3e7d
openapi.json
@@ -9708,7 +9708,8 @@
9708
"schema": {
9709
"type": "object",
9710
"required": [
9711
- "message"
+ "message",
9712
+ "item"
9713
],
9714
"properties": {
9715
"message": {
@@ -10127,10 +10128,6 @@
10127
10128
"item": {
10129
10130
"description": "The item to attach the comment to.",
- "required": [
10131
- "id",
10132
- "type"
10133
- ],
10134
10135
"type": {
10136
"type": "string",
@@ -10689,10 +10686,6 @@
10689
10686
10690
10687
10691
10688
"description": "The file to attach the task to.",
10692
10693
10694
10695
10696
10697
"id": {
10698
0 commit comments