pub async fn codespaces_slash_stop_in_organization(
configuration: &Configuration,
org: &str,
username: &str,
codespace_name: &str,
) -> Result<Codespace, Error<CodespacesSlashStopInOrganizationError>>Expand description
Stops a user’s codespace. OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.