Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
6a76d3d
1
Parent(s):
7eb6d57
Add entry for organization members (#4)
Browse files- Add entry for organization members (bb2b3b2285b9af7e5e4c0325a4c05a8fbc9ceb6d)
Co-authored-by: Francisco Aranda <[email protected]>
utils/datas/api_collections.ts
CHANGED
@@ -165,6 +165,13 @@ export const API_COLLECTIONS: Array<ApiCollection> = [{
|
|
165 |
path: '/api/whoami-v2',
|
166 |
}],
|
167 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
{
|
169 |
key: 'collection',
|
170 |
endpoints: [{
|
|
|
165 |
path: '/api/whoami-v2',
|
166 |
}],
|
167 |
},
|
168 |
+
{
|
169 |
+
key: 'organizations',
|
170 |
+
endpoints: [{
|
171 |
+
method: 'GET',
|
172 |
+
path: '/api/organizations/{organization_name}/members'
|
173 |
+
}],
|
174 |
+
},
|
175 |
{
|
176 |
key: 'collection',
|
177 |
endpoints: [{
|