Description of problem: Current situation requires two steps: 1) create a role with POST method 2) add a permission to the role by making the update with the PUT method Would be more convenient to also allow to specify directly permissions(as an optional field) during creation of the role. Version-Release number of selected component (if applicable): pulp-server-2.4.0-0.2.alpha.git.9.236d540.fc19.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: permission can be added only after role creation call Expected results: be able to add permission also during role creation call Additional info:
Moved to https://pulp.plan.io/issues/223