Allow users to skip exporting projects when exporting a group with offline transfer export
Similar to Direct Transfer, users should be able to skip exporting projects when exporting a group using offline transfer export.
Proposed implementation
- Add an
export_projectsoption to theentitiesparam inPOST /offline_exportsthat defaults to true - When
export_projectsis false, all projects nested under the group entity should not be exported.