Skip to content

Update OpenAPI 3.0 Descriptions #4723

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
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
28 changes: 19 additions & 9 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -2177,10 +2177,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"
},
Expand Down Expand Up @@ -2526,10 +2528,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": {
Expand Down Expand Up @@ -11405,10 +11409,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"
},
Expand Down Expand Up @@ -11868,10 +11874,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": {
Expand Down Expand Up @@ -98107,7 +98115,9 @@
"description": "The enablement status of GitHub Advanced Security",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
Expand Down
27 changes: 22 additions & 5 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1513,10 +1513,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
Expand Down Expand Up @@ -1783,11 +1787,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
Expand Down Expand Up @@ -8267,10 +8274,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
Expand Down Expand Up @@ -8624,10 +8635,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
Expand Down Expand Up @@ -71269,6 +71284,8 @@ components:
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
Expand Down
28 changes: 19 additions & 9 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -2177,10 +2177,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"
},
Expand Down Expand Up @@ -2526,10 +2528,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": {
Expand Down Expand Up @@ -11405,10 +11409,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"
},
Expand Down Expand Up @@ -11868,10 +11874,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": {
Expand Down Expand Up @@ -98107,7 +98115,9 @@
"description": "The enablement status of GitHub Advanced Security",
"enum": [
"enabled",
"disabled"
"disabled",
"code_security",
"secret_protection"
]
},
"dependency_graph": {
Expand Down
27 changes: 22 additions & 5 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1513,10 +1513,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
Expand Down Expand Up @@ -1783,11 +1787,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
Expand Down Expand Up @@ -8267,10 +8274,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
Expand Down Expand Up @@ -8624,10 +8635,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
Expand Down Expand Up @@ -71269,6 +71284,8 @@ components:
enum:
- enabled
- disabled
- code_security
- secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
Expand Down
Loading