Actions
Bug #23999
closedExporting templates does not work properly when organization_id specified
Difficulty:
Triaged:
Bugzilla link:
Description
Description of problem:
Importing works for organization_id into a target organization but export dumps all templates even though the organization_id is specified.
Steps to Reproduce:
Attempt to export template in org/loc:
- curl -H "Accept: application/json" -H "Content-Type: application/json" -k -X POST -u admin:changeme https://$(hostname)/api/v2/templates/export -d '{"verbose":"true", "repo":"/usr/share/foreman_templates/test-b7c98b75-4dd1-4b6a-b424-35b0f48c25db/", "organization_id":8}'
Actions