Skip to content
Snippets Groups Projects

API import/export/update via files

Merged Björn Endres requested to merge BjoernE/form-processor:dev_import_export into master

This MR extends the FormProcessorInstance.export and FormProcessorInstance.export by file parameters, that allow the export to, and the import/update from a json file.

Example:

cvapi FormProcessorInstance.export id=3 to_file=/tmp/my_form_processor.json
cvapi FormProcessorInstance.import file=/tmp/my_form_processor.json

This behaviour does not interfere with the existing functionality; if no file/to_file parameter is given, the behaviour is the same.

This replaces !6 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading