yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12207
[Bug 1297890] Re: API documentation lists wrong URLs for group roles
Relevant role assignment operations are documented starting around here:
https://github.com/openstack/identity-api/blob/master/openstack-
identity-api/v3/src/markdown/identity-api-v3.md#list-groups-roles-on-
domain-get-domainsdomain_idgroupsgroup_idroles
** Project changed: keystone => openstack-api-site
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1297890
Title:
API documentation lists wrong URLs for group roles
Status in OpenStack API documentation site:
Confirmed
Bug description:
Look in http://api.openstack.org/api-ref-identity.html
It lists the APIs to manage group roles on projects:
GET v3/projects/{project_id}/groups/{group_id}/roles Lists roles for a project group.
PUT v3/projects/{project_id}/{role_id} Grants a role to a project group.
HEAD v3/projects/{project_id}/{role_id} Validates that a project group has a role.
DELETE v3/projects/{project_id}/{role_id} Revokes a role from a project group.
Only the 1st url in the above list is correct, the rest are missing
/groups/{group_id}... You get a "resource not found" error if you try
the wrong urls.
Looks like a mistake in the documentation.
Thank you.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-api-site/+bug/1297890/+subscriptions
References