-
- Downloads
Add API endpoint to trigger Group Structure Export
- Introduce 2 new API endpoints for Group Structure Export - POST /groups/:id/export - GET /groups/:id/export/download - Add new API endpoint to trigger Group Relations export - Similar to Project Export, relations only
Showing
- app/models/group.rb 8 additions, 0 deletionsapp/models/group.rb
- changelogs/unreleased/georgekoltsov-group-structure-export-api-endp.yml 5 additions, 0 deletions...eleased/georgekoltsov-group-structure-export-api-endp.yml
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/group_export.rb 34 additions, 0 deletionslib/api/group_export.rb
- spec/requests/api/group_export_spec.rb 94 additions, 0 deletionsspec/requests/api/group_export_spec.rb
lib/api/group_export.rb
0 → 100644
spec/requests/api/group_export_spec.rb
0 → 100644
Please register or sign in to comment