Function codespaces_slash_update_for_authenticated_user

Source
pub async fn codespaces_slash_update_for_authenticated_user(
    configuration: &Configuration,
    codespace_name: &str,
    codespaces_update_for_authenticated_user_request: Option<CodespacesUpdateForAuthenticatedUserRequest>,
) -> Result<Codespace, Error<CodespacesSlashUpdateForAuthenticatedUserError>>
Expand description

Updates a codespace owned by the authenticated user. Currently only the codespace’s machine type and recent folders can be modified using this endpoint. If you specify a new machine type it will be applied the next time your codespace is started. OAuth app tokens and personal access tokens (classic) need the codespace scope to use this endpoint.