Skip to content

Update OpenAPI 3.1 Descriptions #4724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
28 changes: 19 additions & 9 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
@@ -2189,10 +2189,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
],
"default": "disabled"
},
@@ -2538,10 +2540,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security. Must be set to enabled if you want to enable any GHAS settings.",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
@@ -11455,10 +11459,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
],
"default": "disabled"
},
@@ -11918,10 +11924,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
@@ -99000,7 +99008,9 @@
"description": "The enablement status of GitHub Advanced Security",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
27 changes: 22 additions & 5 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
@@ -1519,10 +1519,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
default: disabled
dependency_graph:
type: string
@@ -1789,11 +1793,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security.
Must be set to enabled if you want to enable any GHAS settings.
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
@@ -8290,10 +8297,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
default: disabled
dependency_graph:
type: string
@@ -8647,10 +8658,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
@@ -71671,6 +71686,8 @@ components:
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
28 changes: 19 additions & 9 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
@@ -2189,10 +2189,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
],
"default": "disabled"
},
@@ -2538,10 +2540,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security. Must be set to enabled if you want to enable any GHAS settings.",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
@@ -11455,10 +11459,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
],
"default": "disabled"
},
@@ -11918,10 +11924,12 @@
},
"advanced_security": {
"type": "string",
"description": "The enablement status of GitHub Advanced Security",
"description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
@@ -99000,7 +99008,9 @@
"description": "The enablement status of GitHub Advanced Security",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
27 changes: 22 additions & 5 deletions descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
@@ -1519,10 +1519,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
default: disabled
dependency_graph:
type: string
@@ -1789,11 +1793,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security.
Must be set to enabled if you want to enable any GHAS settings.
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
@@ -8290,10 +8297,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
default: disabled
dependency_graph:
type: string
@@ -8647,10 +8658,14 @@ paths:
maxLength: 255
advanced_security:
type: string
description: The enablement status of GitHub Advanced Security
description: The enablement status of GitHub Advanced Security features.
`enabled` will enable both Code Security and Secret Protection
features.
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
@@ -71671,6 +71686,8 @@ components:
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
Loading
Oops, something went wrong.