Actions
Feature #2007
closedxmera Omnia - Improvement #1837: Improvements of diverse modules
Provide an API endpoint for starting a synchronisation
Actions
xmera Omnia - Improvement #1837: Improvements of diverse modules
Added by liaham about 1 year ago. Updated about 1 year ago.
#<ActionController::Parameters {"utf8"=>"✓", "authenticity_token"=>"<token>", "issue_sync"=>{"selected_trackers"=>["7"]}, "commit"=>"Synchronisieren", "controller"=>"issue_sync", "action"=>"create", "project_id"=>"it015"} permitted: false>
curl -v -H "Content-Type: application/xml" -X POST --data-binary "@issue_sync.xml" -H "X-Redmine-API-Key: <api-key>" http://devmac:3000/projects/<project-identifier>/issue_sync.xml
issue_sync.xml
:
<issue_sync>
<selected_trackers type="array">
<selected_tracker type="integer">7</selected_tracker>
</selected_trackers>
</issue_sync>