Skip to content

Commit ba7ed2c

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 599c376 commit ba7ed2c

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

descriptions-next/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83733,7 +83733,7 @@
8373383733
}
8373483734
},
8373583735
"secret-scanning-alert-resolution-comment": {
83736-
"description": "Sets an optional comment when closing an alert. Must be null when changing `state` to `open`.",
83736+
"description": "An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`.",
8373783737
"type": [
8373883738
"string",
8373983739
"null"

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60319,8 +60319,8 @@ components:
6031960319
- 'null'
6032060320
description: The comment that was optionally added when this alert was closed
6032160321
secret-scanning-alert-resolution-comment:
60322-
description: Sets an optional comment when closing an alert. Must be null when
60323-
changing `state` to `open`.
60322+
description: An optional comment when closing an alert. Cannot be updated or
60323+
deleted. Must be `null` when changing `state` to `open`.
6032460324
type:
6032560325
- string
6032660326
- 'null'

descriptions-next/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460611,7 +460611,7 @@
460611460611
]
460612460612
},
460613460613
"resolution_comment": {
460614-
"description": "Sets an optional comment when closing an alert. Must be null when changing `state` to `open`.",
460614+
"description": "An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`.",
460615460615
"type": [
460616460616
"string",
460617460617
"null"

descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68336,8 +68336,8 @@ paths:
6833668336
state: *399
6833768337
resolution: *400
6833868338
resolution_comment:
68339-
description: Sets an optional comment when closing an alert. Must
68340-
be null when changing `state` to `open`.
68339+
description: An optional comment when closing an alert. Cannot be
68340+
updated or deleted. Must be `null` when changing `state` to `open`.
6834168341
type:
6834268342
- string
6834368343
- 'null'

0 commit comments

Comments
 (0)