Actions
Issue #2133
closedPermissions docs should include some info on /v2/
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.11.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Easy Fix, Pulp 2
Sprint:
Quarter:
Description
We have some incorrect examples:
http://docs.pulpproject.org/user-guide/admin-client/authentication.html#roles
The example resources in our docs show `/repositories/` as an example resource, but it should be `/v2/repositories/'
It would also be nice to mention this in a general note in our API docs
"The resource is essentially a URI path of a pulp rest api after '/pulp/api' part. So eg. to give permission to all repositories, you would use resource '/v2/repositories/'."
Actions
Update roles docs to use /v2/repositories/ in examples
closes #2133