pub async fn codespaces_slash_check_permissions_for_devcontainer(
configuration: &Configuration,
owner: &str,
repo: &str,
ref: &str,
devcontainer_path: &str,
) -> Result<CodespacesPermissionsCheckForDevcontainer, Error<CodespacesSlashCheckPermissionsForDevcontainerError>>
Expand description
Checks whether the permissions defined by a given devcontainer configuration have been accepted by the authenticated user. OAuth app tokens and personal access tokens (classic) need the codespace
scope to use this endpoint.