Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This repository contains a collection of types and functions that can be used
to:

- [Import data to a tenant](https://github.com/CrystallizeAPI/examples/tree/main/products-import)
- [Backup a tenant](https://github.com/CrystallizeAPI/examples/tree/main/backup-tenant)
- [Transfer data from one tenant to another tenant](https://github.com/CrystallizeAPI/examples/tree/main/duplicate-tenant)
- [Import data to a tenant](https://github.com/CrystallizeAPI/examples/tree/main/import-utils/products-import)
- [Backup a tenant](https://github.com/CrystallizeAPI/examples/tree/main/import-utils/backup-tenant)
- [Transfer data from one tenant to another tenant](https://github.com/CrystallizeAPI/examples/tree/main/import-utils/duplicate-tenant)

[Examples](https://github.com/CrystallizeAPI/examples)
---
Expand Down