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