Function change_workspace_name

Source
pub async fn change_workspace_name(
    configuration: &Configuration,
    workspace: &str,
    change_workspace_name_request: Option<ChangeWorkspaceNameRequest>,
) -> Result<String, Error<ChangeWorkspaceNameError>>