Skip to content

Commit 3a7aca0

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 599c376 commit 3a7aca0

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

descriptions/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81351,7 +81351,7 @@
8135181351
}
8135281352
},
8135381353
"secret-scanning-alert-resolution-comment": {
81354-
"description": "Sets an optional comment when closing an alert. Must be null when changing `state` to `open`.",
81354+
"description": "An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`.",
8135581355
"type": "string",
8135681356
"nullable": true
8135781357
},

descriptions/api.github.com/api.github.com.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59978,8 +59978,8 @@ components:
5997859978
description: The comment that was optionally added when this alert was closed
5997959979
nullable: true
5998059980
secret-scanning-alert-resolution-comment:
59981-
description: Sets an optional comment when closing an alert. Must be null when
59982-
changing `state` to `open`.
59981+
description: An optional comment when closing an alert. Cannot be updated or
59982+
deleted. Must be `null` when changing `state` to `open`.
5998359983
type: string
5998459984
nullable: true
5998559985
secret-scanning-location-commit:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386866,7 +386866,7 @@
386866386866
]
386867386867
},
386868386868
"resolution_comment": {
386869-
"description": "Sets an optional comment when closing an alert. Must be null when changing `state` to `open`.",
386869+
"description": "An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`.",
386870386870
"type": "string",
386871386871
"nullable": true
386872386872
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66797,8 +66797,8 @@ paths:
6679766797
state: *419
6679866798
resolution: *420
6679966799
resolution_comment:
66800-
description: Sets an optional comment when closing an alert. Must
66801-
be null when changing `state` to `open`.
66800+
description: An optional comment when closing an alert. Cannot be
66801+
updated or deleted. Must be `null` when changing `state` to `open`.
6680266802
type: string
6680366803
nullable: true
6680466804
required:

0 commit comments

Comments
 (0)