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 3eb2f1625..bb6363bf9 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -50093,7 +50093,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}": { "delete": { "summary": "Remove all enterprise roles from a team", - "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -50193,7 +50193,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}/{role_id}": { "put": { "summary": "Assign an enterprise role to a team", - "description": "Assigns an enterprise role to a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Assigns an enterprise role to a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -50300,7 +50300,7 @@ }, "delete": { "summary": "Remove an enterprise role from a team", - "description": "Removes an enterprise role from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes an enterprise role from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -51011,7 +51011,7 @@ "/enterprises/{enterprise}/enterprise-roles/{role_id}/teams": { "get": { "summary": "List teams that are assigned to an enterprise role", - "description": "Lists the teams that are assigned to an enterprise role.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", + "description": "Lists the teams that are assigned to an enterprise role.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", "tags": [ "enterprise-admin" ], @@ -677680,7 +677680,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] @@ -677711,7 +677711,7 @@ ], "roles": [ { - "value": "Enterprise Owner", + "value": "enterprise_owner", "primary": false } ] @@ -679193,7 +679193,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] 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 4e7001db3..139cf9a1f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -18381,6 +18381,9 @@ paths: description: |- Removes all assigned enterprise roles from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -18421,6 +18424,9 @@ paths: description: |- Assigns an enterprise role to a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -18461,6 +18467,9 @@ paths: description: |- Removes an enterprise role from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -18662,6 +18671,9 @@ paths: description: |- Lists the teams that are assigned to an enterprise role. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -109899,7 +109911,7 @@ paths: type: work primary: true roles: - - value: User + - value: user primary: false enterpriseOwner: summary: Enterprise Owner @@ -109920,7 +109932,7 @@ paths: type: work primary: true roles: - - value: Enterprise Owner + - value: enterprise_owner primary: false responses: '201': diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 3eb2f1625..bb6363bf9 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -50093,7 +50093,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}": { "delete": { "summary": "Remove all enterprise roles from a team", - "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -50193,7 +50193,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}/{role_id}": { "put": { "summary": "Assign an enterprise role to a team", - "description": "Assigns an enterprise role to a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Assigns an enterprise role to a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -50300,7 +50300,7 @@ }, "delete": { "summary": "Remove an enterprise role from a team", - "description": "Removes an enterprise role from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes an enterprise role from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -51011,7 +51011,7 @@ "/enterprises/{enterprise}/enterprise-roles/{role_id}/teams": { "get": { "summary": "List teams that are assigned to an enterprise role", - "description": "Lists the teams that are assigned to an enterprise role.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", + "description": "Lists the teams that are assigned to an enterprise role.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", "tags": [ "enterprise-admin" ], @@ -677680,7 +677680,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] @@ -677711,7 +677711,7 @@ ], "roles": [ { - "value": "Enterprise Owner", + "value": "enterprise_owner", "primary": false } ] @@ -679193,7 +679193,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 4e7001db3..139cf9a1f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -18381,6 +18381,9 @@ paths: description: |- Removes all assigned enterprise roles from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -18421,6 +18424,9 @@ paths: description: |- Assigns an enterprise role to a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -18461,6 +18467,9 @@ paths: description: |- Removes an enterprise role from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -18662,6 +18671,9 @@ paths: description: |- Lists the teams that are assigned to an enterprise role. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -109899,7 +109911,7 @@ paths: type: work primary: true roles: - - value: User + - value: user primary: false enterpriseOwner: summary: Enterprise Owner @@ -109920,7 +109932,7 @@ paths: type: work primary: true roles: - - value: Enterprise Owner + - value: enterprise_owner primary: false responses: '201': diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index fc00f1344..645e3c4aa 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -9563,7 +9563,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}": { "delete": { "summary": "Remove all enterprise roles from a team", - "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -9605,7 +9605,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}/{role_id}": { "put": { "summary": "Assign an enterprise role to a team", - "description": "Assigns an enterprise role to a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Assigns an enterprise role to a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -9648,7 +9648,7 @@ }, "delete": { "summary": "Remove an enterprise role from a team", - "description": "Removes an enterprise role from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes an enterprise role from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -9874,7 +9874,7 @@ "/enterprises/{enterprise}/enterprise-roles/{role_id}/teams": { "get": { "summary": "List teams that are assigned to an enterprise role", - "description": "Lists the teams that are assigned to an enterprise role.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", + "description": "Lists the teams that are assigned to an enterprise role.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", "tags": [ "enterprise-admin" ], @@ -337481,7 +337481,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] @@ -337512,7 +337512,7 @@ ], "roles": [ { - "value": "Enterprise Owner", + "value": "enterprise_owner", "primary": false } ] diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 57a93a344..3c48e9b33 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -6838,6 +6838,9 @@ paths: description: |- Removes all assigned enterprise roles from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -6874,6 +6877,9 @@ paths: description: |- Assigns an enterprise role to a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -6910,6 +6916,9 @@ paths: description: |- Removes an enterprise role from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -7096,6 +7105,9 @@ paths: description: |- Lists the teams that are assigned to an enterprise role. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -250710,7 +250722,7 @@ components: type: work primary: true roles: - - value: User + - value: user primary: false in-user-owner: summary: Enterprise Owner @@ -250731,7 +250743,7 @@ components: type: work primary: true roles: - - value: Enterprise Owner + - value: enterprise_owner primary: false scim-enterprise-user: value: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index fc00f1344..645e3c4aa 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -9563,7 +9563,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}": { "delete": { "summary": "Remove all enterprise roles from a team", - "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes all assigned enterprise roles from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -9605,7 +9605,7 @@ "/enterprises/{enterprise}/enterprise-roles/teams/{team_slug}/{role_id}": { "put": { "summary": "Assign an enterprise role to a team", - "description": "Assigns an enterprise role to a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Assigns an enterprise role to a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -9648,7 +9648,7 @@ }, "delete": { "summary": "Remove an enterprise role from a team", - "description": "Removes an enterprise role from a team in an enterprise.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Removes an enterprise role from a team in an enterprise.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `write_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", "tags": [ "enterprise-admin" ], @@ -9874,7 +9874,7 @@ "/enterprises/{enterprise}/enterprise-roles/{role_id}/teams": { "get": { "summary": "List teams that are assigned to an enterprise role", - "description": "Lists the teams that are assigned to an enterprise role.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", + "description": "Lists the teams that are assigned to an enterprise role.\n\n> [!WARNING]\n> This API is not available for Copilot Business for non-GHE.\n\nTo use this endpoint, the authenticated user must be one of:\n\n - An administrator for the enterprise.\n - A user, or a user on a team, with the fine-grained permission `read_enterprise_custom_enterprise_role` in the enterprise.\n\nOAuth app tokens and personal access tokens (classic) require the `read:enterprise` scope to access this endpoint.", "tags": [ "enterprise-admin" ], @@ -337481,7 +337481,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] @@ -337512,7 +337512,7 @@ ], "roles": [ { - "value": "Enterprise Owner", + "value": "enterprise_owner", "primary": false } ] diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 57a93a344..3c48e9b33 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -6838,6 +6838,9 @@ paths: description: |- Removes all assigned enterprise roles from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -6874,6 +6877,9 @@ paths: description: |- Assigns an enterprise role to a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -6910,6 +6916,9 @@ paths: description: |- Removes an enterprise role from a team in an enterprise. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -7096,6 +7105,9 @@ paths: description: |- Lists the teams that are assigned to an enterprise role. + > [!WARNING] + > This API is not available for Copilot Business for non-GHE. + To use this endpoint, the authenticated user must be one of: - An administrator for the enterprise. @@ -250710,7 +250722,7 @@ components: type: work primary: true roles: - - value: User + - value: user primary: false in-user-owner: summary: Enterprise Owner @@ -250731,7 +250743,7 @@ components: type: work primary: true roles: - - value: Enterprise Owner + - value: enterprise_owner primary: false scim-enterprise-user: value: diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index bfb163520..fd3cae557 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -540496,7 +540496,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] @@ -540527,7 +540527,7 @@ ], "roles": [ { - "value": "Enterprise Owner", + "value": "enterprise_owner", "primary": false } ] @@ -542009,7 +542009,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index c7da3065c..a7ff5cbff 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -82078,7 +82078,7 @@ paths: type: work primary: true roles: - - value: User + - value: user primary: false enterpriseOwner: summary: Enterprise Owner @@ -82099,7 +82099,7 @@ paths: type: work primary: true roles: - - value: Enterprise Owner + - value: enterprise_owner primary: false responses: '201': diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json index bfb163520..fd3cae557 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -540496,7 +540496,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] @@ -540527,7 +540527,7 @@ ], "roles": [ { - "value": "Enterprise Owner", + "value": "enterprise_owner", "primary": false } ] @@ -542009,7 +542009,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index c7da3065c..a7ff5cbff 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -82078,7 +82078,7 @@ paths: type: work primary: true roles: - - value: User + - value: user primary: false enterpriseOwner: summary: Enterprise Owner @@ -82099,7 +82099,7 @@ paths: type: work primary: true roles: - - value: Enterprise Owner + - value: enterprise_owner primary: false responses: '201': diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json index 42f9a32ef..7ad97619f 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json @@ -286764,7 +286764,7 @@ ], "roles": [ { - "value": "User", + "value": "user", "primary": false } ] @@ -286795,7 +286795,7 @@ ], "roles": [ { - "value": "Enterprise Owner", + "value": "enterprise_owner", "primary": false } ] diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml index f87c7f117..3936eefbf 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -212784,7 +212784,7 @@ components: type: work primary: true roles: - - value: User + - value: user primary: false in-user-owner: summary: Enterprise Owner @@ -212805,7 +212805,7 @@ components: type: work primary: true roles: - - value: Enterprise Owner + - value: enterprise_owner primary: false scim-enterprise-user: value: diff --git a/descriptions-next/ghes-3.14/ghes-3.14.json b/descriptions-next/ghes-3.14/ghes-3.14.json index 42f9a32ef..7ad97619f 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.json{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}