Skip to content

Commit

Permalink
Update OpenAPI Descriptions (github#27606)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot authored May 11, 2022
1 parent f590cfd commit 9cde041
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
24 changes: 12 additions & 12 deletions lib/rest/static/decorated/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -135863,12 +135863,12 @@
"used in tests"
]
},
"dismissed_note": {
"dismissed_comment": {
"type": [
"string",
"null"
],
"description": "The dismissal note associated with the dismissal of the alert.",
"description": "The dismissal comment associated with the dismissal of the alert.",
"maxLength": 280
},
"rule": {
Expand Down Expand Up @@ -138700,12 +138700,12 @@
"used in tests"
]
},
"dismissed_note": {
"dismissed_comment": {
"type": [
"string",
"null"
],
"description": "The dismissal note associated with the dismissal of the alert.",
"description": "The dismissal comment associated with the dismissal of the alert.",
"maxLength": 280
},
"rule": {
Expand Down Expand Up @@ -139276,12 +139276,12 @@
"used in tests"
]
},
"dismissed_note": {
"dismissed_comment": {
"type": [
"string",
"null"
],
"description": "The dismissal note associated with the dismissal of the alert.",
"description": "The dismissal comment associated with the dismissal of the alert.",
"maxLength": 280
},
"rule": {
Expand Down Expand Up @@ -139578,15 +139578,15 @@
},
{
"type": "string or null",
"description": "<p>The dismissal note associated with the dismissal of the alert.</p>",
"description": "<p>The dismissal comment associated with the dismissal of the alert.</p>",
"maxLength": 280,
"name": "dismissed_note",
"name": "dismissed_comment",
"in": "body",
"rawType": [
"string",
"null"
],
"rawDescription": "The dismissal note associated with the dismissal of the alert.",
"rawDescription": "The dismissal comment associated with the dismissal of the alert.",
"isRequired": false,
"childParamsGroups": []
}
Expand All @@ -139602,7 +139602,7 @@
"bodyParameters": {
"state": "dismissed",
"dismissed_reason": "false positive",
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
},
"parameters": {
"owner": "OWNER",
Expand Down Expand Up @@ -139930,12 +139930,12 @@
"used in tests"
]
},
"dismissed_note": {
"dismissed_comment": {
"type": [
"string",
"null"
],
"description": "The dismissal note associated with the dismissal of the alert.",
"description": "The dismissal comment associated with the dismissal of the alert.",
"maxLength": 280
},
"rule": {
Expand Down
2 changes: 1 addition & 1 deletion lib/rest/static/decorated/ghes-3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -117976,7 +117976,7 @@
"bodyParameters": {
"state": "dismissed",
"dismissed_reason": "false positive",
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
},
"parameters": {
"owner": "OWNER",
Expand Down
2 changes: 1 addition & 1 deletion lib/rest/static/decorated/ghes-3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -121201,7 +121201,7 @@
"bodyParameters": {
"state": "dismissed",
"dismissed_reason": "false positive",
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
},
"parameters": {
"owner": "OWNER",
Expand Down
2 changes: 1 addition & 1 deletion lib/rest/static/decorated/ghes-3.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -121502,7 +121502,7 @@
"bodyParameters": {
"state": "dismissed",
"dismissed_reason": "false positive",
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
},
"parameters": {
"owner": "OWNER",
Expand Down
2 changes: 1 addition & 1 deletion lib/rest/static/decorated/ghes-3.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -124005,7 +124005,7 @@
"bodyParameters": {
"state": "dismissed",
"dismissed_reason": "false positive",
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
},
"parameters": {
"owner": "OWNER",
Expand Down
2 changes: 1 addition & 1 deletion lib/rest/static/decorated/ghes-3.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -135751,7 +135751,7 @@
"bodyParameters": {
"state": "dismissed",
"dismissed_reason": "false positive",
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
},
"parameters": {
"owner": "OWNER",
Expand Down
Loading

0 comments on commit 9cde041

Please sign in to comment.