Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

[FEATURE] Improve documentation on importing/exporting all content via an API #154

Open mjarosie opened 10 months ago

mjarosie commented 10 months ago

Is your feature request related to a problem? Please describe. The functionality of importing and exporting content via API has been implemented as part of this issue: https://github.com/Baboo7/strapi-plugin-import-export-entries/issues/8

What I struggled with was to find was the API equivalent of "import/export all" action:

image.

It turns out there is a custom slug name (custom:db) that covers the case of exporting the content of all api:: and plugin:: types. Another custom slug (media) is already documented in Services section, but not in Content API section.

Describe the solution you'd like That functionality should be described in the README in both Services and Content API sections.