pub async fn codespaces_slash_set_codespaces_access(
configuration: &Configuration,
org: &str,
codespaces_set_codespaces_access_request: CodespacesSetCodespacesAccessRequest,
) -> Result<(), Error<CodespacesSlashSetCodespacesAccessError>>
Expand description
Sets which users can access codespaces in an organization. This is synonymous with granting or revoking codespaces access permissions for users according to the visibility. OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.