diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 7f885c4fd7..821d25a8b1 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -2258,7 +2258,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2267,6 +2267,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2341,6 +2350,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -2609,7 +2627,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2617,6 +2635,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2685,6 +2712,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12112,7 +12148,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12121,6 +12157,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12195,6 +12240,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12579,7 +12633,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12587,6 +12641,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12655,6 +12718,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -20425,7 +20497,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -20688,7 +20767,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -27629,7 +27715,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -48782,6 +48868,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -102238,6 +102325,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -104274,6 +104362,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -109120,6 +109209,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -110011,7 +110119,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -110068,7 +110183,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -129430,6 +129552,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -140625,6 +140754,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -145672,6 +145820,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -145785,6 +145937,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -145809,6 +145962,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -146127,6 +146281,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -265894,6 +266052,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -266215,6 +266374,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -302542,6 +302705,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -302621,6 +302785,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 29234c89c0..a0c7d904ed 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -1579,15 +1579,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1648,6 +1657,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -1853,14 +1869,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1915,6 +1940,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -8778,15 +8810,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -8847,6 +8888,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -9142,14 +9190,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -9204,6 +9261,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14824,6 +14888,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -15031,6 +15102,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -20067,9 +20145,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -35657,6 +35738,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -74123,6 +74205,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -75572,6 +75655,10 @@ components: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -79247,6 +79334,22 @@ components: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -79917,6 +80020,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -79961,6 +80071,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -93903,6 +94020,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -102033,6 +102155,22 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -105829,6 +105967,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -105916,6 +106057,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105939,6 +106081,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -106171,6 +106314,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -195277,6 +195423,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -195512,6 +195659,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -225574,6 +225724,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -225645,6 +225796,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 7f885c4fd7..821d25a8b1 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -2258,7 +2258,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2267,6 +2267,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2341,6 +2350,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -2609,7 +2627,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2617,6 +2635,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2685,6 +2712,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12112,7 +12148,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12121,6 +12157,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12195,6 +12240,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12579,7 +12633,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12587,6 +12641,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12655,6 +12718,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -20425,7 +20497,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -20688,7 +20767,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -27629,7 +27715,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -48782,6 +48868,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -102238,6 +102325,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -104274,6 +104362,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -109120,6 +109209,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -110011,7 +110119,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -110068,7 +110183,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -129430,6 +129552,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -140625,6 +140754,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -145672,6 +145820,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -145785,6 +145937,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -145809,6 +145962,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -146127,6 +146281,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -265894,6 +266052,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -266215,6 +266374,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -302542,6 +302705,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -302621,6 +302785,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 29234c89c0..a0c7d904ed 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -1579,15 +1579,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1648,6 +1657,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -1853,14 +1869,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1915,6 +1940,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -8778,15 +8810,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -8847,6 +8888,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -9142,14 +9190,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -9204,6 +9261,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14824,6 +14888,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -15031,6 +15102,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -20067,9 +20145,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -35657,6 +35738,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -74123,6 +74205,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -75572,6 +75655,10 @@ components: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -79247,6 +79334,22 @@ components: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -79917,6 +80020,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -79961,6 +80071,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -93903,6 +94020,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -102033,6 +102155,22 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -105829,6 +105967,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -105916,6 +106057,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105939,6 +106081,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -106171,6 +106314,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -195277,6 +195423,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -195512,6 +195659,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -225574,6 +225724,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -225645,6 +225796,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 14d4ff63bc..0e433ef340 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -18668,7 +18668,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -18677,6 +18677,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -18773,6 +18782,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -20165,7 +20183,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -20173,6 +20191,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -20263,6 +20290,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -26623,6 +26659,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -44764,6 +44801,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -51538,6 +51576,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -55985,6 +56024,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -57305,6 +57345,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -67644,6 +67685,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -73833,6 +73875,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -75562,6 +75605,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -82499,7 +82543,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -82508,6 +82552,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -82604,6 +82657,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -84195,7 +84257,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -84203,6 +84265,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -84293,6 +84364,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -87427,6 +87507,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90517,6 +90598,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -97136,6 +97218,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -98538,6 +98621,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -99061,6 +99145,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -111680,6 +111765,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -116356,6 +116442,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -118710,6 +118797,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -120380,6 +120468,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -120890,6 +120997,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -127028,6 +127154,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -130796,6 +130923,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -132104,6 +132232,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -135438,6 +135567,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -137672,6 +137802,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138034,7 +138165,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -138242,7 +138380,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -138344,7 +138489,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -138686,7 +138838,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -138819,7 +138978,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -143057,6 +143223,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -147468,6 +147635,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -176338,6 +176506,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -188670,6 +188839,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189528,7 +189698,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -193650,6 +193820,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -203396,6 +203567,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -204249,6 +204421,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -206216,6 +206389,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -207069,6 +207243,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -209866,6 +210041,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -210719,6 +210895,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -217935,6 +218112,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -218788,6 +218966,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -253458,6 +253637,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -255376,6 +255556,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -256804,6 +256985,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -258570,6 +258752,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -273315,6 +273498,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -275412,6 +275596,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -277145,6 +277330,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -280903,6 +281089,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -295696,6 +295883,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -297053,6 +297241,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -319289,6 +319478,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -323641,6 +323831,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -327993,6 +328184,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -339918,6 +340110,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -341409,6 +341602,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -342369,6 +342563,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -345612,6 +345807,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -353031,6 +353227,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -357830,6 +358027,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -362426,6 +362624,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365487,6 +365686,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -365651,6 +365851,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -368877,6 +369078,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371900,6 +372102,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -391279,6 +391482,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -394399,6 +394603,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -397487,6 +397692,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400680,6 +400886,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -414279,6 +414486,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -426741,6 +426949,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -456525,6 +456734,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -458258,6 +458468,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -477959,6 +478170,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -478500,6 +478718,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -478797,6 +479016,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -479337,6 +479563,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -480603,6 +480830,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481143,6 +481377,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -481344,6 +481579,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481884,6 +482126,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482110,6 +482353,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -482650,6 +482900,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482913,6 +483164,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -483453,6 +483711,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -517497,6 +517756,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -523613,6 +523873,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -528208,6 +528469,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -529654,6 +529916,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -530797,6 +531060,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -532416,6 +532680,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -548715,6 +548980,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -554118,6 +554384,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -556406,6 +556673,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -558139,6 +558407,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -560181,6 +560450,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -562270,6 +562540,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -564175,6 +564446,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -570143,6 +570415,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -572520,6 +572793,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -574513,6 +574787,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -576241,6 +576516,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -583103,6 +583379,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -587705,6 +587982,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -588307,6 +588603,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -588807,6 +589122,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -595082,6 +595416,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -596652,6 +596987,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -597899,6 +598235,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -605463,6 +605800,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -607155,6 +607493,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -612983,6 +613322,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -617780,6 +618120,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -618303,6 +618644,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -622105,6 +622447,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -625909,6 +626252,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -633640,6 +633984,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -634948,6 +635293,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -637079,6 +637425,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -640883,6 +641230,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -645265,6 +645613,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -649260,6 +649609,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -662030,6 +662380,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -666900,6 +667251,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -671770,6 +672122,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -676653,6 +677006,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -962713,6 +963067,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -964819,6 +965192,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -969171,6 +969563,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -971291,6 +971702,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1203877,6 +1204307,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1203990,6 +1204424,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1206288,6 +1206723,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1206401,6 +1206840,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1208752,6 +1209192,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1208865,6 +1209309,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1210865,6 +1211310,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1211186,6 +1211632,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1213284,6 +1213734,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1213602,6 +1214053,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1215992,6 +1216447,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1216105,6 +1216564,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1218107,6 +1218567,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1218425,6 +1218886,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1296135,6 +1296600,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1300370,6 +1300836,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1321314,6 +1321781,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1325044,6 +1325512,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1329716,6 +1330185,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1333446,6 +1333916,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1338118,6 +1338589,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1341848,6 +1342320,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1346520,6 +1346993,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1350250,6 +1350724,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index e39e689a78..0070d559e3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -7648,15 +7648,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -7735,6 +7744,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -8037,14 +8053,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -8098,6 +8123,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -10602,6 +10634,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -15416,6 +15449,10 @@ paths: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -23622,15 +23659,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -23690,6 +23736,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -23968,14 +24021,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -24029,6 +24091,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -30367,6 +30436,22 @@ paths: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -33616,6 +33701,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with @@ -33694,6 +33786,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -33787,6 +33886,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the @@ -33960,6 +34066,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -45186,9 +45299,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -74474,6 +74590,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -84618,6 +84735,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -84740,6 +84862,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -84911,6 +85034,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -145265,6 +145389,22 @@ webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -213189,6 +213329,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213276,6 +213419,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -213579,6 +213723,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -213814,6 +213959,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213986,6 +214134,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -214218,6 +214367,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 14d4ff63bc..0e433ef340 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -18668,7 +18668,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -18677,6 +18677,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -18773,6 +18782,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -20165,7 +20183,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -20173,6 +20191,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -20263,6 +20290,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -26623,6 +26659,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -44764,6 +44801,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -51538,6 +51576,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -55985,6 +56024,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -57305,6 +57345,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -67644,6 +67685,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -73833,6 +73875,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -75562,6 +75605,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -82499,7 +82543,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -82508,6 +82552,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -82604,6 +82657,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -84195,7 +84257,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -84203,6 +84265,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -84293,6 +84364,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -87427,6 +87507,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90517,6 +90598,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -97136,6 +97218,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -98538,6 +98621,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -99061,6 +99145,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -111680,6 +111765,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -116356,6 +116442,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -118710,6 +118797,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -120380,6 +120468,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -120890,6 +120997,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -127028,6 +127154,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -130796,6 +130923,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -132104,6 +132232,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -135438,6 +135567,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -137672,6 +137802,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138034,7 +138165,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -138242,7 +138380,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -138344,7 +138489,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -138686,7 +138838,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -138819,7 +138978,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -143057,6 +143223,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -147468,6 +147635,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -176338,6 +176506,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -188670,6 +188839,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189528,7 +189698,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -193650,6 +193820,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -203396,6 +203567,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -204249,6 +204421,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -206216,6 +206389,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -207069,6 +207243,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -209866,6 +210041,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -210719,6 +210895,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -217935,6 +218112,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -218788,6 +218966,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -253458,6 +253637,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -255376,6 +255556,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -256804,6 +256985,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -258570,6 +258752,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -273315,6 +273498,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -275412,6 +275596,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -277145,6 +277330,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -280903,6 +281089,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -295696,6 +295883,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -297053,6 +297241,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -319289,6 +319478,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -323641,6 +323831,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -327993,6 +328184,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -339918,6 +340110,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -341409,6 +341602,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -342369,6 +342563,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -345612,6 +345807,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -353031,6 +353227,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -357830,6 +358027,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -362426,6 +362624,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365487,6 +365686,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -365651,6 +365851,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -368877,6 +369078,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371900,6 +372102,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -391279,6 +391482,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -394399,6 +394603,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -397487,6 +397692,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400680,6 +400886,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -414279,6 +414486,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -426741,6 +426949,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -456525,6 +456734,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -458258,6 +458468,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -477959,6 +478170,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -478500,6 +478718,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -478797,6 +479016,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -479337,6 +479563,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -480603,6 +480830,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481143,6 +481377,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -481344,6 +481579,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481884,6 +482126,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482110,6 +482353,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -482650,6 +482900,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482913,6 +483164,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -483453,6 +483711,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -517497,6 +517756,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -523613,6 +523873,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -528208,6 +528469,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -529654,6 +529916,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -530797,6 +531060,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -532416,6 +532680,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -548715,6 +548980,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -554118,6 +554384,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -556406,6 +556673,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -558139,6 +558407,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -560181,6 +560450,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -562270,6 +562540,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -564175,6 +564446,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -570143,6 +570415,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -572520,6 +572793,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -574513,6 +574787,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -576241,6 +576516,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -583103,6 +583379,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -587705,6 +587982,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -588307,6 +588603,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -588807,6 +589122,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -595082,6 +595416,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -596652,6 +596987,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -597899,6 +598235,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -605463,6 +605800,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -607155,6 +607493,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -612983,6 +613322,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -617780,6 +618120,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -618303,6 +618644,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -622105,6 +622447,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -625909,6 +626252,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -633640,6 +633984,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -634948,6 +635293,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -637079,6 +637425,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -640883,6 +641230,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -645265,6 +645613,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -649260,6 +649609,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -662030,6 +662380,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -666900,6 +667251,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -671770,6 +672122,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -676653,6 +677006,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -962713,6 +963067,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -964819,6 +965192,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -969171,6 +969563,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -971291,6 +971702,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1203877,6 +1204307,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1203990,6 +1204424,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1206288,6 +1206723,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1206401,6 +1206840,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1208752,6 +1209192,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1208865,6 +1209309,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1210865,6 +1211310,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1211186,6 +1211632,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1213284,6 +1213734,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1213602,6 +1214053,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1215992,6 +1216447,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1216105,6 +1216564,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1218107,6 +1218567,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1218425,6 +1218886,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1296135,6 +1296600,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1300370,6 +1300836,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1321314,6 +1321781,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1325044,6 +1325512,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1329716,6 +1330185,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1333446,6 +1333916,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1338118,6 +1338589,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1341848,6 +1342320,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1346520,6 +1346993,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1350250,6 +1350724,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index e39e689a78..0070d559e3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -7648,15 +7648,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -7735,6 +7744,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -8037,14 +8053,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -8098,6 +8123,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -10602,6 +10634,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -15416,6 +15449,10 @@ paths: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -23622,15 +23659,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -23690,6 +23736,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -23968,14 +24021,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -24029,6 +24091,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -30367,6 +30436,22 @@ paths: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -33616,6 +33701,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with @@ -33694,6 +33786,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -33787,6 +33886,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the @@ -33960,6 +34066,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -45186,9 +45299,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -74474,6 +74590,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -84618,6 +84735,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -84740,6 +84862,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -84911,6 +85034,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -145265,6 +145389,22 @@ webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -213189,6 +213329,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213276,6 +213419,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -213579,6 +213723,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -213814,6 +213959,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213986,6 +214134,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -214218,6 +214367,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index af8c5f9060..cacbcaaad9 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -36148,7 +36148,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -36157,6 +36157,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -36253,6 +36262,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -37645,7 +37663,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -37653,6 +37671,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -37743,6 +37770,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -60188,6 +60224,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -78329,6 +78366,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -85103,6 +85141,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -89550,6 +89589,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90882,6 +90922,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -101572,6 +101613,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -107773,6 +107815,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -109514,6 +109557,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -117988,7 +118032,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -117997,6 +118041,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -118093,6 +118146,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -119684,7 +119746,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -119692,6 +119754,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -119782,6 +119853,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -122916,6 +122996,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -126018,6 +126099,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -135853,6 +135935,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138310,6 +138393,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138845,6 +138929,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -151918,6 +152003,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -156594,6 +156680,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -158960,6 +159047,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -160642,6 +160730,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -161152,6 +161259,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -167290,6 +167416,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -172293,6 +172420,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -173613,6 +173741,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -176959,6 +177088,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179205,6 +179335,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179579,7 +179710,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -179787,7 +179925,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -179889,7 +180034,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -180231,7 +180383,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -180364,7 +180523,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -184601,6 +184767,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189025,6 +189192,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -218751,6 +218919,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -231421,6 +231590,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -232297,7 +232467,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -236429,6 +236599,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -246189,6 +246360,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -247054,6 +247226,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -249033,6 +249206,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -249898,6 +250072,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -252707,6 +252882,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -253572,6 +253748,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -260800,6 +260977,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -261665,6 +261843,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -298530,6 +298709,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -300460,6 +300640,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -301900,6 +302081,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -303678,6 +303860,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -318435,6 +318618,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -320544,6 +320728,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -322289,6 +322474,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -326059,6 +326245,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -340864,6 +341051,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -342233,6 +342421,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -366707,6 +366896,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371059,6 +371249,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -375423,6 +375614,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -387360,6 +387552,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -388863,6 +389056,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -389835,6 +390029,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -393078,6 +393273,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400497,6 +400693,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -405296,6 +405493,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -409892,6 +410090,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -412953,6 +413152,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -413117,6 +413317,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -416343,6 +416544,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -419366,6 +419568,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -438745,6 +438948,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -441865,6 +442069,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -444953,6 +445158,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -448146,6 +448352,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -461745,6 +461952,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -474310,6 +474518,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -504110,6 +504319,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -505855,6 +506065,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -525568,6 +525779,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526109,6 +526327,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -526406,6 +526625,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526946,6 +527172,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528212,6 +528439,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -528752,6 +528986,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528953,6 +529188,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -529493,6 +529735,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -529719,6 +529962,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -530259,6 +530509,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -530522,6 +530773,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -531062,6 +531320,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -565112,6 +565371,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -571240,6 +571500,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -575847,6 +576108,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -577305,6 +577567,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -589897,6 +590160,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -591528,6 +591792,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -607839,6 +608104,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -613743,6 +614009,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -616043,6 +616310,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -617788,6 +618056,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -619842,6 +620111,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -621943,6 +622213,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -623860,6 +624131,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -629840,6 +630112,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -632229,6 +632502,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -634234,6 +634508,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -635974,6 +636249,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -642848,6 +643124,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -647450,6 +647727,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -648052,6 +648348,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -648552,6 +648867,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -654827,6 +655161,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -656409,6 +656744,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -657668,6 +658004,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -665244,6 +665581,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -666948,6 +667286,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -672788,6 +673127,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -677597,6 +677937,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -678132,6 +678473,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -681934,6 +682276,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -685738,6 +686081,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -693469,6 +693813,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -694789,6 +695134,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -696932,6 +697278,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -700736,6 +701083,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -705118,6 +705466,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -709125,6 +709474,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -745431,6 +745781,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -750313,6 +750664,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -755195,6 +755547,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -760090,6 +760443,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1062637,6 +1062991,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1064743,6 +1065116,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1069095,6 +1069487,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1071215,6 +1071626,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1303801,6 +1304231,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1303914,6 +1304348,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1306212,6 +1306647,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1306325,6 +1306764,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1308676,6 +1309116,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1308789,6 +1309233,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1310789,6 +1311234,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1311110,6 +1311556,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1313208,6 +1313658,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1313526,6 +1313977,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1315916,6 +1316371,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1316029,6 +1316488,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1318031,6 +1318491,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1318349,6 +1318810,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1396062,6 +1396527,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1400309,6 +1400775,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1421265,6 +1421732,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1424995,6 +1425463,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1429667,6 +1430136,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1433397,6 +1433867,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1438069,6 +1438540,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1441799,6 +1442271,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1446471,6 +1446944,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1450201,6 +1450675,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 33e0725e4f..6211f7a005 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -13422,15 +13422,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13509,6 +13518,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13811,14 +13827,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13872,6 +13897,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20670,6 +20702,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -25484,6 +25517,10 @@ paths: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -32759,15 +32796,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -32827,6 +32873,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -33105,14 +33158,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -33166,6 +33228,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -40402,6 +40471,22 @@ paths: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -43938,6 +44023,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with @@ -44016,6 +44108,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -44109,6 +44208,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the @@ -44282,6 +44388,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -54466,9 +54579,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -84456,6 +84572,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -94661,6 +94778,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -94783,6 +94905,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -94954,6 +95077,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -158999,6 +159123,22 @@ webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -226923,6 +227063,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227010,6 +227153,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -227313,6 +227457,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -227548,6 +227693,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227720,6 +227868,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -227952,6 +228101,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index af8c5f9060..cacbcaaad9 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -36148,7 +36148,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -36157,6 +36157,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -36253,6 +36262,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -37645,7 +37663,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -37653,6 +37671,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -37743,6 +37770,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -60188,6 +60224,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -78329,6 +78366,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -85103,6 +85141,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -89550,6 +89589,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90882,6 +90922,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -101572,6 +101613,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -107773,6 +107815,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -109514,6 +109557,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -117988,7 +118032,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -117997,6 +118041,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -118093,6 +118146,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -119684,7 +119746,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -119692,6 +119754,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -119782,6 +119853,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -122916,6 +122996,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -126018,6 +126099,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -135853,6 +135935,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138310,6 +138393,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138845,6 +138929,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -151918,6 +152003,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -156594,6 +156680,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -158960,6 +159047,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -160642,6 +160730,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -161152,6 +161259,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -167290,6 +167416,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -172293,6 +172420,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -173613,6 +173741,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -176959,6 +177088,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179205,6 +179335,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179579,7 +179710,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -179787,7 +179925,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -179889,7 +180034,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -180231,7 +180383,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -180364,7 +180523,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -184601,6 +184767,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189025,6 +189192,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -218751,6 +218919,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -231421,6 +231590,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -232297,7 +232467,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -236429,6 +236599,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -246189,6 +246360,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -247054,6 +247226,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -249033,6 +249206,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -249898,6 +250072,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -252707,6 +252882,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -253572,6 +253748,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -260800,6 +260977,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -261665,6 +261843,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -298530,6 +298709,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -300460,6 +300640,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -301900,6 +302081,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -303678,6 +303860,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -318435,6 +318618,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -320544,6 +320728,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -322289,6 +322474,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -326059,6 +326245,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -340864,6 +341051,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -342233,6 +342421,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -366707,6 +366896,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371059,6 +371249,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -375423,6 +375614,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -387360,6 +387552,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -388863,6 +389056,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -389835,6 +390029,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -393078,6 +393273,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400497,6 +400693,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -405296,6 +405493,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -409892,6 +410090,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -412953,6 +413152,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -413117,6 +413317,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -416343,6 +416544,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -419366,6 +419568,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -438745,6 +438948,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -441865,6 +442069,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -444953,6 +445158,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -448146,6 +448352,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -461745,6 +461952,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -474310,6 +474518,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -504110,6 +504319,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -505855,6 +506065,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -525568,6 +525779,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526109,6 +526327,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -526406,6 +526625,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526946,6 +527172,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528212,6 +528439,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -528752,6 +528986,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528953,6 +529188,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -529493,6 +529735,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -529719,6 +529962,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -530259,6 +530509,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -530522,6 +530773,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -531062,6 +531320,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -565112,6 +565371,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -571240,6 +571500,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -575847,6 +576108,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -577305,6 +577567,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -589897,6 +590160,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -591528,6 +591792,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -607839,6 +608104,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -613743,6 +614009,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -616043,6 +616310,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -617788,6 +618056,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -619842,6 +620111,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -621943,6 +622213,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -623860,6 +624131,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -629840,6 +630112,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -632229,6 +632502,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -634234,6 +634508,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -635974,6 +636249,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -642848,6 +643124,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -647450,6 +647727,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -648052,6 +648348,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -648552,6 +648867,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -654827,6 +655161,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -656409,6 +656744,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -657668,6 +658004,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -665244,6 +665581,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -666948,6 +667286,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -672788,6 +673127,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -677597,6 +677937,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -678132,6 +678473,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -681934,6 +682276,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -685738,6 +686081,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -693469,6 +693813,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -694789,6 +695134,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -696932,6 +697278,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -700736,6 +701083,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -705118,6 +705466,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -709125,6 +709474,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -745431,6 +745781,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -750313,6 +750664,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -755195,6 +755547,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -760090,6 +760443,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1062637,6 +1062991,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1064743,6 +1065116,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1069095,6 +1069487,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1071215,6 +1071626,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1303801,6 +1304231,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1303914,6 +1304348,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1306212,6 +1306647,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1306325,6 +1306764,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1308676,6 +1309116,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1308789,6 +1309233,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1310789,6 +1311234,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1311110,6 +1311556,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1313208,6 +1313658,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1313526,6 +1313977,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1315916,6 +1316371,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1316029,6 +1316488,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1318031,6 +1318491,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1318349,6 +1318810,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1396062,6 +1396527,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1400309,6 +1400775,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1421265,6 +1421732,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1424995,6 +1425463,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1429667,6 +1430136,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1433397,6 +1433867,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1438069,6 +1438540,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1441799,6 +1442271,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1446471,6 +1446944,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1450201,6 +1450675,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 33e0725e4f..6211f7a005 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -13422,15 +13422,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13509,6 +13518,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13811,14 +13827,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13872,6 +13897,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20670,6 +20702,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -25484,6 +25517,10 @@ paths: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -32759,15 +32796,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -32827,6 +32873,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -33105,14 +33158,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -33166,6 +33228,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -40402,6 +40471,22 @@ paths: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -43938,6 +44023,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with @@ -44016,6 +44108,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -44109,6 +44208,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the @@ -44282,6 +44388,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -54466,9 +54579,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -84456,6 +84572,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -94661,6 +94778,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -94783,6 +94905,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -94954,6 +95077,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -158999,6 +159123,22 @@ webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -226923,6 +227063,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227010,6 +227153,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -227313,6 +227457,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -227548,6 +227693,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227720,6 +227868,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -227952,6 +228101,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 3e9d38e1d3..25bea3db37 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -6392,7 +6392,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6401,6 +6401,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6475,6 +6484,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -6743,7 +6761,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6751,6 +6769,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6819,6 +6846,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19302,7 +19338,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19311,6 +19347,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19385,6 +19430,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19769,7 +19823,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19777,6 +19831,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19845,6 +19908,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -28826,7 +28898,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -29089,7 +29168,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -36484,7 +36570,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -58552,6 +58638,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -121024,6 +121111,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -123060,6 +123148,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -127104,6 +127193,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -128079,7 +128187,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -128136,7 +128251,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -145787,6 +145909,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -158390,6 +158519,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -163437,6 +163585,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -163550,6 +163702,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -163574,6 +163727,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -163892,6 +164046,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -283842,6 +284000,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -284163,6 +284322,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -321838,6 +322001,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -321917,6 +322081,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 67f2b61e9b..c7b678d0a4 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -4466,15 +4466,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4535,6 +4544,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -4740,14 +4756,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4802,6 +4827,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13849,15 +13881,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13918,6 +13959,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14213,14 +14261,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -14275,6 +14332,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20797,6 +20861,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -21004,6 +21075,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -26366,9 +26444,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -42581,6 +42662,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -87691,6 +87773,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -89140,6 +89223,10 @@ components: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -92198,6 +92285,22 @@ components: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -92932,6 +93035,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -92976,6 +93086,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -105644,6 +105761,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -114772,6 +114894,22 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -118568,6 +118706,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -118655,6 +118796,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -118678,6 +118820,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118910,6 +119053,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -208142,6 +208288,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208377,6 +208524,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -239409,6 +239559,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -239480,6 +239631,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 3e9d38e1d3..25bea3db37 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -6392,7 +6392,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6401,6 +6401,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6475,6 +6484,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -6743,7 +6761,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6751,6 +6769,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6819,6 +6846,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19302,7 +19338,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19311,6 +19347,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19385,6 +19430,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19769,7 +19823,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19777,6 +19831,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19845,6 +19908,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -28826,7 +28898,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -29089,7 +29168,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ] }, "url": { @@ -36484,7 +36570,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -58552,6 +58638,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -121024,6 +121111,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -123060,6 +123148,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -127104,6 +127193,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -128079,7 +128187,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -128136,7 +128251,14 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server", + "cargo_registry", + "composer_repository", + "docker_registry", + "git_source", + "helm_registry" ], "type": "string" }, @@ -145787,6 +145909,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -158390,6 +158519,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -163437,6 +163585,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -163550,6 +163702,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -163574,6 +163727,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -163892,6 +164046,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -283842,6 +284000,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -284163,6 +284322,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -321838,6 +322001,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -321917,6 +322081,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 67f2b61e9b..c7b678d0a4 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -4466,15 +4466,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4535,6 +4544,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -4740,14 +4756,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4802,6 +4827,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13849,15 +13881,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13918,6 +13959,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14213,14 +14261,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -14275,6 +14332,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20797,6 +20861,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -21004,6 +21075,13 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry url: description: The URL of the private registry. type: string @@ -26366,9 +26444,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -42581,6 +42662,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -87691,6 +87773,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -89140,6 +89223,10 @@ components: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -92198,6 +92285,22 @@ components: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -92932,6 +93035,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -92976,6 +93086,13 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server + - cargo_registry + - composer_repository + - docker_registry + - git_source + - helm_registry type: string username: description: The username to use when authenticating with the private registry. @@ -105644,6 +105761,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -114772,6 +114894,22 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -118568,6 +118706,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -118655,6 +118796,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -118678,6 +118820,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118910,6 +119053,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -208142,6 +208288,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208377,6 +208524,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -239409,6 +239559,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -239480,6 +239631,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index ab8963f300..c3d38a7c54 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -46956,6 +46956,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -65031,6 +65032,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -72058,6 +72060,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -76493,6 +76496,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -77772,6 +77776,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -84498,6 +84503,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90656,6 +90662,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -92344,6 +92351,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -99984,6 +99992,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -101345,6 +101354,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -101827,6 +101837,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -110767,6 +110778,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -114356,6 +114368,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -114866,6 +114897,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -121004,6 +121054,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -122772,6 +122823,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -124039,6 +124091,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -127332,6 +127385,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -129522,6 +129576,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -134079,6 +134134,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138447,6 +138503,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -160573,6 +160630,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -172777,6 +172835,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -173597,7 +173656,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -177684,6 +177743,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -187540,6 +187600,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -188352,6 +188413,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -190278,6 +190340,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -191090,6 +191153,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -193712,6 +193776,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -194524,6 +194589,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -201463,6 +201529,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -202275,6 +202342,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -235997,6 +236065,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -237868,6 +237937,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -239255,6 +239325,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -240974,6 +241045,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -262683,6 +262755,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -263999,6 +264072,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -285487,6 +285561,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -289827,6 +289902,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -294138,6 +294214,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -303673,6 +303750,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -305123,6 +305201,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -306042,6 +306121,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -309279,6 +309359,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -316674,6 +316755,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -321461,6 +321543,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -326045,6 +326128,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -329100,6 +329184,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -329264,6 +329349,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -332484,6 +332570,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -335501,6 +335588,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365160,6 +365248,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -377674,6 +377763,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -424735,6 +424825,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -425271,6 +425368,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -425564,6 +425662,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -426099,6 +426204,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -427339,6 +427445,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -427874,6 +427987,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -428075,6 +428189,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -428610,6 +428731,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -428836,6 +428958,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -429371,6 +429500,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -429630,6 +429760,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -430165,6 +430302,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -446950,6 +447088,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -451504,6 +451643,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -452937,6 +453077,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -459676,7 +459817,7 @@ }, "patch": { "summary": "Update an attribute for a SCIM enterprise user", - "description": "> [!NOTE]\n> The SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.\n\nUpdate a provisioned user's individual attributes.\n\nTo change a user's values, you must provide a specific `Operations` JSON format that contains at least one of the `add`, `remove`, or `replace` operations. For examples and more information on the SCIM operations format, see the [SCIM specification](https://tools.ietf.org/html/rfc7644#section-3.5.2).\n\n> [!NOTE]\n> Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `\"path\": \"emails[type eq \\\"work\\\"]\"` will not work.\n\n> [!WARNING]\n> Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.\n> ```\n> {\n> \"Operations\":[{\n> \"op\":\"replace\",\n> \"value\":{\n> \"active\":false\n> }\n> }]\n> }\n> ```", + "description": "> [!NOTE]\n> The SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.\n\nUpdate a provisioned user's individual attributes.\n\nTo change a user's values, you must provide a specific `Operations` JSON format that contains at least one of the `add`, `remove`, or `replace` operations. For examples and more information on the SCIM operations format, see the [SCIM specification](https://tools.ietf.org/html/rfc7644#section-3.5.2).\n\n> [!NOTE]\n> Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `\"path\": \"emails[type eq \\\"work\\\"]\"` will not work.\n\n> [!WARNING]\n> Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers (Okta, for example), the user GDPR data in the SCIM metadata will not be purged and the credentials will not be removed.\n> ```\n> {\n> \"Operations\":[{\n> \"op\":\"replace\",\n> \"value\":{\n> \"active\":false\n> }\n> }]\n> }\n> ```", "operationId": "enterprise-admin/update-attribute-for-enterprise-user", "tags": [ "enterprise-admin" @@ -461656,6 +461797,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -463227,6 +463369,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -480668,6 +480811,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -485104,6 +485248,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -491343,6 +491488,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -495217,6 +495363,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -495819,6 +495984,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -496319,6 +496503,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -500826,6 +501029,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -502352,6 +502556,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -503558,6 +503763,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -511078,6 +511284,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -512734,6 +512941,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -518521,6 +518729,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -522353,6 +522562,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -522835,6 +523045,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -526625,6 +526836,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -530417,6 +530629,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -538133,6 +538346,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -539400,6 +539614,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -541487,6 +541702,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -545279,6 +545495,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -549649,6 +549866,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -553085,6 +553303,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -567840,6 +568059,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -572667,6 +572887,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -577494,6 +577715,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -582334,6 +582556,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -839694,6 +839917,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -841816,6 +842058,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -846200,6 +846461,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -848336,6 +848616,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1069636,6 +1069935,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1069749,6 +1070052,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1072063,6 +1072367,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1072176,6 +1072484,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1074543,6 +1074852,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1074656,6 +1074969,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1076672,6 +1076986,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1076993,6 +1077308,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1079107,6 +1079426,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1079425,6 +1079745,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1081831,6 +1082155,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1081944,6 +1082272,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1083962,6 +1084291,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1084280,6 +1084610,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1149017,6 +1149351,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1153216,6 +1153551,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index 90d9610509..2c2452ba46 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -15069,6 +15069,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -21210,6 +21211,10 @@ paths: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -28340,6 +28345,22 @@ paths: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -40555,9 +40576,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -65975,6 +65999,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -75614,6 +75639,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -75732,6 +75762,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -75897,6 +75928,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -81016,7 +81048,7 @@ paths: > Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `"path": "emails[type eq \"work\"]"` will not work. > [!WARNING] - > Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed. + > Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers (Okta, for example), the user GDPR data in the SCIM metadata will not be purged and the credentials will not be removed. > ``` > { > "Operations":[{ @@ -133417,6 +133449,22 @@ webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -196723,6 +196771,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -196810,6 +196861,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -197143,6 +197195,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -197378,6 +197431,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -197560,6 +197616,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -197792,6 +197849,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json index ab8963f300..c3d38a7c54 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -46956,6 +46956,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -65031,6 +65032,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -72058,6 +72060,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -76493,6 +76496,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -77772,6 +77776,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -84498,6 +84503,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90656,6 +90662,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -92344,6 +92351,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -99984,6 +99992,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -101345,6 +101354,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -101827,6 +101837,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -110767,6 +110778,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -114356,6 +114368,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -114866,6 +114897,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -121004,6 +121054,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -122772,6 +122823,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -124039,6 +124091,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -127332,6 +127385,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -129522,6 +129576,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -134079,6 +134134,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -138447,6 +138503,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -160573,6 +160630,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -172777,6 +172835,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -173597,7 +173656,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -177684,6 +177743,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -187540,6 +187600,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -188352,6 +188413,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -190278,6 +190340,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -191090,6 +191153,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -193712,6 +193776,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -194524,6 +194589,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -201463,6 +201529,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -202275,6 +202342,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -235997,6 +236065,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -237868,6 +237937,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -239255,6 +239325,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -240974,6 +241045,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -262683,6 +262755,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -263999,6 +264072,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -285487,6 +285561,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -289827,6 +289902,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -294138,6 +294214,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -303673,6 +303750,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -305123,6 +305201,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -306042,6 +306121,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -309279,6 +309359,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -316674,6 +316755,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -321461,6 +321543,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -326045,6 +326128,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -329100,6 +329184,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -329264,6 +329349,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -332484,6 +332570,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -335501,6 +335588,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365160,6 +365248,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -377674,6 +377763,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -424735,6 +424825,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -425271,6 +425368,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -425564,6 +425662,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -426099,6 +426204,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -427339,6 +427445,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -427874,6 +427987,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -428075,6 +428189,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -428610,6 +428731,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -428836,6 +428958,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -429371,6 +429500,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -429630,6 +429760,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -430165,6 +430302,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -446950,6 +447088,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -451504,6 +451643,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -452937,6 +453077,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -459676,7 +459817,7 @@ }, "patch": { "summary": "Update an attribute for a SCIM enterprise user", - "description": "> [!NOTE]\n> The SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.\n\nUpdate a provisioned user's individual attributes.\n\nTo change a user's values, you must provide a specific `Operations` JSON format that contains at least one of the `add`, `remove`, or `replace` operations. For examples and more information on the SCIM operations format, see the [SCIM specification](https://tools.ietf.org/html/rfc7644#section-3.5.2).\n\n> [!NOTE]\n> Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `\"path\": \"emails[type eq \\\"work\\\"]\"` will not work.\n\n> [!WARNING]\n> Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.\n> ```\n> {\n> \"Operations\":[{\n> \"op\":\"replace\",\n> \"value\":{\n> \"active\":false\n> }\n> }]\n> }\n> ```", + "description": "> [!NOTE]\n> The SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.\n\nUpdate a provisioned user's individual attributes.\n\nTo change a user's values, you must provide a specific `Operations` JSON format that contains at least one of the `add`, `remove`, or `replace` operations. For examples and more information on the SCIM operations format, see the [SCIM specification](https://tools.ietf.org/html/rfc7644#section-3.5.2).\n\n> [!NOTE]\n> Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `\"path\": \"emails[type eq \\\"work\\\"]\"` will not work.\n\n> [!WARNING]\n> Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers (Okta, for example), the user GDPR data in the SCIM metadata will not be purged and the credentials will not be removed.\n> ```\n> {\n> \"Operations\":[{\n> \"op\":\"replace\",\n> \"value\":{\n> \"active\":false\n> }\n> }]\n> }\n> ```", "operationId": "enterprise-admin/update-attribute-for-enterprise-user", "tags": [ "enterprise-admin" @@ -461656,6 +461797,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -463227,6 +463369,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -480668,6 +480811,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -485104,6 +485248,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -491343,6 +491488,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -495217,6 +495363,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -495819,6 +495984,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -496319,6 +496503,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -500826,6 +501029,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -502352,6 +502556,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -503558,6 +503763,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -511078,6 +511284,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -512734,6 +512941,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -518521,6 +518729,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -522353,6 +522562,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -522835,6 +523045,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -526625,6 +526836,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -530417,6 +530629,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -538133,6 +538346,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -539400,6 +539614,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -541487,6 +541702,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -545279,6 +545495,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -549649,6 +549866,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -553085,6 +553303,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -567840,6 +568059,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -572667,6 +572887,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -577494,6 +577715,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -582334,6 +582556,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -839694,6 +839917,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -841816,6 +842058,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -846200,6 +846461,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -848336,6 +848616,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1069636,6 +1069935,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1069749,6 +1070052,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1072063,6 +1072367,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1072176,6 +1072484,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1074543,6 +1074852,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1074656,6 +1074969,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1076672,6 +1076986,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1076993,6 +1077308,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1079107,6 +1079426,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1079425,6 +1079745,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1081831,6 +1082155,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1081944,6 +1082272,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1083962,6 +1084291,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1084280,6 +1084610,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1149017,6 +1149351,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1153216,6 +1153551,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index 90d9610509..2c2452ba46 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -15069,6 +15069,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -21210,6 +21211,10 @@ paths: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -28340,6 +28345,22 @@ paths: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -40555,9 +40576,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -65975,6 +65999,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -75614,6 +75639,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -75732,6 +75762,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -75897,6 +75928,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -81016,7 +81048,7 @@ paths: > Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `"path": "emails[type eq \"work\"]"` will not work. > [!WARNING] - > Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed. + > Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers (Okta, for example), the user GDPR data in the SCIM metadata will not be purged and the credentials will not be removed. > ``` > { > "Operations":[{ @@ -133417,6 +133449,22 @@ webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two state: type: string url: @@ -196723,6 +196771,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -196810,6 +196861,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -197143,6 +197195,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -197378,6 +197431,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -197560,6 +197616,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -197792,6 +197849,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json index 11c504fb71..8432014472 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json @@ -26248,7 +26248,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -44510,6 +44510,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -55961,7 +55962,7 @@ }, "patch": { "summary": "Update an attribute for a SCIM enterprise user", - "description": "> [!NOTE]\n> The SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.\n\nUpdate a provisioned user's individual attributes.\n\nTo change a user's values, you must provide a specific `Operations` JSON format that contains at least one of the `add`, `remove`, or `replace` operations. For examples and more information on the SCIM operations format, see the [SCIM specification](https://tools.ietf.org/html/rfc7644#section-3.5.2).\n\n> [!NOTE]\n> Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `\"path\": \"emails[type eq \\\"work\\\"]\"` will not work.\n\n> [!WARNING]\n> Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.\n> ```\n> {\n> \"Operations\":[{\n> \"op\":\"replace\",\n> \"value\":{\n> \"active\":false\n> }\n> }]\n> }\n> ```", + "description": "> [!NOTE]\n> The SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.\n\nUpdate a provisioned user's individual attributes.\n\nTo change a user's values, you must provide a specific `Operations` JSON format that contains at least one of the `add`, `remove`, or `replace` operations. For examples and more information on the SCIM operations format, see the [SCIM specification](https://tools.ietf.org/html/rfc7644#section-3.5.2).\n\n> [!NOTE]\n> Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `\"path\": \"emails[type eq \\\"work\\\"]\"` will not work.\n\n> [!WARNING]\n> Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers (Okta, for example), the user GDPR data in the SCIM metadata will not be purged and the credentials will not be removed.\n> ```\n> {\n> \"Operations\":[{\n> \"op\":\"replace\",\n> \"value\":{\n> \"active\":false\n> }\n> }]\n> }\n> ```", "operationId": "enterprise-admin/update-attribute-for-enterprise-user", "tags": [ "enterprise-admin" @@ -97897,6 +97898,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -100657,6 +100659,7 @@ ], "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -102856,6 +102859,25 @@ "admin" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -120478,6 +120500,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -131475,6 +131504,25 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "examples": [ + true + ] + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "examples": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -136387,6 +136435,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -136500,6 +136552,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -136524,6 +136577,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -136842,6 +136896,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -249176,6 +249234,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -249497,6 +249556,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -282592,6 +282655,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -282671,6 +282735,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml index 3f81f2e2e5..64ee1715e4 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml @@ -18782,9 +18782,12 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. + For more information, see "[About GitHub Advanced + Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -32252,6 +32255,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -40286,7 +40290,7 @@ paths: > Complicated SCIM `path` selectors that include filters are not supported. For example, a `path` selector defined as `"path": "emails[type eq \"work\"]"` will not work. > [!WARNING] - > Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed. + > Setting `active: false` will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers (Okta, for example), the user GDPR data in the SCIM metadata will not be purged and the credentials will not be removed. > ``` > { > "Operations":[{ @@ -70324,6 +70328,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -72277,6 +72282,10 @@ components: - 'null' properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -73880,6 +73889,22 @@ components: - billing_manager examples: - admin + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + examples: + - true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + examples: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -86531,6 +86556,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -94484,6 +94514,22 @@ components: format: uri role: type: string + dir{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}