pub async fn migrate_legacy_draft(
configuration: &Configuration,
workspace: &str,
kind: UserDraftItemKind,
path: &str,
migrate_legacy_draft_request: MigrateLegacyDraftRequest,
) -> Result<String, Error<MigrateLegacyDraftError>>Expand description
Delete a legacy draft (email NULL) or assign it to the authed admin as a per-user draft. Workspace admins / superadmins only.