Actions
Bug #2275
closedApi V2: you do not have persmission
Description
curl -k -u admin:changeme https://localhost/foreman/api/config_templates/4/ -X PUT -H 'Accept: version=2' -H 'Content-Type: application/json' \ -d '{"config_template":{"operatingsystem_ids":[1]}}' { "config_template": { "errors": { "base": [ "You do not have permission to edit this template" ] }, "id": 4, "full_messages": [ "You do not have permission to edit this template" ] } }
Updated by Ivan Necas over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset 866face2e85d5b4fb9154823174920a01fb7f1ac.
Updated by Ohad Levy over 11 years ago
- Category set to API
- Target version set to 1.2.0
Actions