summaryrefslogtreecommitdiffstats
path: root/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'descriptions/api.github.com/dereferenced/api.github.com.deref.yaml')
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.deref.yaml40
1 files changed, 32 insertions, 8 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
index 4abf0ec91..b2cef57f9 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
+++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
@@ -6982,6 +6982,8 @@ paths:
enum:
- enabled
- disabled
+ - code_security
+ - secret_protection
dependency_graph:
type: string
description: The enablement status of Dependency Graph
@@ -7254,10 +7256,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
@@ -7637,11 +7643,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
@@ -21850,10 +21859,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
@@ -22189,10 +22202,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
@@ -24156,7 +24173,13 @@ paths:
for a user, team, or organization.
type: object
properties:
- assignee: *4
+ assignee:
+ title: Simple User
+ description: A GitHub user.
+ type: object
+ properties: *20
+ required: *21
+ nullable: true
organization:
title: Organization Simple
description: A GitHub organization.
@@ -24260,7 +24283,6 @@ paths:
- enterprise
- unknown
required:
- - assignee
- created_at
additionalProperties: false
examples:
@@ -67620,7 +67642,9 @@ paths:
responses:
'204':
description: Response
- '422': *15
+ '422':
+ description: Validation failed, an attempt was made to delete the default
+ branch, or the endpoint has been spammed.
'409': *46
x-github:
githubCloudOnly: false