Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -81351,7 +81351,7 @@
}
},
"secret-scanning-alert-resolution-comment": {
"description": "Sets an optional comment when closing an alert. Must be null when changing `state` to `open`.",
"description": "An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`.",
"type": "string",
"nullable": true
},
Expand Down
4 changes: 2 additions & 2 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59978,8 +59978,8 @@ components:
description: The comment that was optionally added when this alert was closed
nullable: true
secret-scanning-alert-resolution-comment:
description: Sets an optional comment when closing an alert. Must be null when
changing `state` to `open`.
description: An optional comment when closing an alert. Cannot be updated or
deleted. Must be `null` when changing `state` to `open`.
type: string
nullable: true
secret-scanning-location-commit:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386866,7 +386866,7 @@
]
},
"resolution_comment": {
"description": "Sets an optional comment when closing an alert. Must be null when changing `state` to `open`.",
"description": "An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`.",
"type": "string",
"nullable": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66797,8 +66797,8 @@ paths:
state: *419
resolution: *420
resolution_comment:
description: Sets an optional comment when closing an alert. Must
be null when changing `state` to `open`.
description: An optional comment when closing an alert. Cannot be
updated or deleted. Must be `null` when changing `state` to `open`.
type: string
nullable: true
required:
Expand Down
Loading