Merge "Remove v3/projects/{project_id}/users from Identity v3"
This commit is contained in:
commit
05efcf1bc6
@ -121,9 +121,6 @@
|
||||
<!-- get project -->
|
||||
<wadl:resource
|
||||
href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#projectID"/>
|
||||
<!-- list project users -->
|
||||
<wadl:resource
|
||||
href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#projectIDUsers"/>
|
||||
<!-- list project user roles -->
|
||||
<wadl:resource
|
||||
href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#projectIDUserIDRoles"/>
|
||||
|
@ -1,26 +0,0 @@
|
||||
[
|
||||
{
|
||||
"default_project_id":"--default-project-id--",
|
||||
"description":"a user",
|
||||
"domain_id":"--domain-id--",
|
||||
"email":"...",
|
||||
"enabled":true,
|
||||
"id":"--user-id--",
|
||||
"links":{
|
||||
"self":"http://identity:35357/v3/users/--user-id--"
|
||||
},
|
||||
"name":"admin"
|
||||
},
|
||||
{
|
||||
"default_project_id":"--default-project-id--",
|
||||
"description":"another user",
|
||||
"domain_id":"--domain-id--",
|
||||
"email":"...",
|
||||
"enabled":true,
|
||||
"id":"--user-id--",
|
||||
"links":{
|
||||
"self":"http://identity:35357/v3/users/--user-id--"
|
||||
},
|
||||
"name":"someone"
|
||||
}
|
||||
]
|
@ -1304,25 +1304,6 @@
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="204"> </response> &commonFaults; &getFaults; </method>
|
||||
<method name="GET" id="listProjectUsers">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN" title="List project users">
|
||||
<para role="shortdesc">List users for a project.</para>
|
||||
</wadl:doc>
|
||||
<!--No request body is provided-->
|
||||
<response status="200">
|
||||
<representation mediaType="application/json">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<xsdxt:sample>
|
||||
<xsdxt:code
|
||||
href="../samples/ProjectListUsersResponse.json"
|
||||
/>
|
||||
</xsdxt:sample>
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response> &commonFaults; &getFaults; </method>
|
||||
<method name="GET" id="listProjectUserRoles">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
|
Loading…
x
Reference in New Issue
Block a user