Skip to content

Commit 40b99fe

Browse files
Update OpenAPI 3.0 Descriptions
1 parent b29a2c5 commit 40b99fe

16 files changed

+136
-0
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131023,6 +131023,10 @@
131023131023
"type": "string",
131024131024
"description": "The type of secret that secret scanning detected."
131025131025
},
131026+
"secret_type_display_name": {
131027+
"type": "string",
131028+
"description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Secret scanning patterns](https://docs.github.com/code-security/secret-scanning/secret-scanning-patterns#supported-secrets-for-advanced-security).\""
131029+
},
131026131030
"validity": {
131027131031
"type": "string",
131028131032
"description": "The token status as of the latest validity check.",

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96738,6 +96738,11 @@ components:
9673896738
secret_type:
9673996739
type: string
9674096740
description: The type of secret that secret scanning detected.
96741+
secret_type_display_name:
96742+
type: string
96743+
description: |-
96744+
User-friendly name for the detected secret, matching the `secret_type`.
96745+
For a list of built-in patterns, see "[Secret scanning patterns](https://docs.github.com/code-security/secret-scanning/secret-scanning-patterns#supported-secrets-for-advanced-security)."
9674196746
validity:
9674296747
type: string
9674396748
description: The token status as of the latest validity check.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131023,6 +131023,10 @@
131023131023
"type": "string",
131024131024
"description": "The type of secret that secret scanning detected."
131025131025
},
131026+
"secret_type_display_name": {
131027+
"type": "string",
131028+
"description": "User-friendly name for the detected secret, matching the `secret_type`.\nFor a list of built-in patterns, see \"[Secret scanning patterns](https://docs.github.com/code-security/secret-scanning/secret-scanning-patterns#supported-secrets-for-advanced-security).\""
131029+
},
131026131030
"validity": {
131027131031
"type": "string",
131028131032
"description": "The token status as of the latest validity check.",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96738,6 +96738,11 @@ components:
9673896738
secret_type:
9673996739
type: string
9674096740
description: The type of secret that secret scanning detected.
96741+
secret_type_display_name:
96742+
type: string
96743+
description: |-
96744+
User-friendly name for the detected secret, matching the `secret_type`.
96745+
For a list of built-in patterns, see "[Secret scanning patterns](https://docs.github.com/code-security/secret-scanning/secret-scanning-patterns#supported-secrets-for-advanced-security)."
9674196746
validity:
9674296747
type: string
9674396748
description: The token status as of the latest validity check.

0 commit comments

Comments
 (0)