diff --git a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state index 16ad5fb26e3..b2318069ba6 100644 --- a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state +++ b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "85efe1c3a31046a555d291a7d871e343", + "specHash": "20a4c85d79ff80bf088ddc35f1f2c3e7", "generatedFiles": { "files": [ { @@ -6168,7 +6168,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Repos.php", - "hash": "9f83d7bad2b42b8ed0eadb30ffe07b73" + "hash": "70b8434c4d0615054eb9c4956fce9428" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Reactions.php", diff --git a/etc/specs/GitHubEnterpriseCloud/current.spec.yaml b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml index b958d92a7ce..48d05388a90 100644 --- a/etc/specs/GitHubEnterpriseCloud/current.spec.yaml +++ b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml @@ -166,20 +166,7 @@ paths: in: query description: If specified, only advisories for these ecosystems will be returned. schema: - type: string - enum: - - actions - - composer - - erlang - - go - - maven - - npm - - nuget - - other - - pip - - pub - - rubygems - - rust + "$ref": "#/components/schemas/security-advisory-ecosystems" - name: severity in: query description: If specified, only advisories with these severities will be returned. @@ -41667,8 +41654,7 @@ paths: get: summary: List provisioned SCIM groups for an enterprise description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Lists provisioned SCIM groups in an enterprise. @@ -41726,8 +41712,7 @@ paths: post: summary: Provision a SCIM enterprise group description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Creates a SCIM group for an enterprise. @@ -41784,8 +41769,7 @@ paths: get: summary: Get SCIM provisioning information for an enterprise group description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Gets information about a SCIM group. operationId: enterprise-admin/get-provisioning-information-for-enterprise-group @@ -41828,8 +41812,7 @@ paths: put: summary: Set SCIM information for a provisioned enterprise group description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Replaces an existing provisioned group’s information. @@ -41903,8 +41886,7 @@ paths: patch: summary: Update an attribute for a SCIM enterprise group description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Update a provisioned group’s individual attributes. @@ -41985,8 +41967,7 @@ paths: delete: summary: Delete a SCIM group from an enterprise description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning using the REST API is in public beta and subject to change. Deletes a SCIM group from an enterprise. operationId: enterprise-admin/delete-scim-group-from-enterprise @@ -42022,8 +42003,7 @@ paths: get: summary: List SCIM provisioned identities for an enterprise description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Lists provisioned SCIM enterprise members. @@ -42080,8 +42060,7 @@ paths: post: summary: Provision a SCIM enterprise user description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Creates an external identity for a new SCIM enterprise user. @@ -42138,8 +42117,7 @@ paths: get: summary: Get SCIM provisioning information for an enterprise user description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Gets information about a SCIM user. operationId: enterprise-admin/get-provisioning-information-for-enterprise-user @@ -42181,8 +42159,7 @@ paths: put: summary: Set SCIM information for a provisioned enterprise user description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Replaces an existing provisioned user's information. @@ -42239,8 +42216,7 @@ paths: patch: summary: Update an attribute for a SCIM enterprise user description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change. Update a provisioned user's individual attributes. @@ -42345,8 +42321,7 @@ paths: delete: summary: Delete a SCIM user from an enterprise description: |- - **Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications. - Public access to SCIM API endpoints are in *private* beta and are subject to change. + **Note:** SCIM provisioning using the REST API is in public beta and subject to change. Suspends a SCIM user permanently from an enterprise. This action will: remove all the user's data, anonymize their login, email, and display name, erase all external identity SCIM attributes, delete the user's emails, avatar, PATs, SSH keys, OAuth authorizations, GPG keys, and SAML mappings. This action is irreversible. operationId: enterprise-admin/delete-user-from-enterprise