Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
bb2b3b2
1
Parent(s):
7eb6d57
Add entry for organization members
Browse filesAdding entry got endpoint `GET /api/organizations/{organization_name}/membersp` as part of the work of PR https://github.com/huggingface/hub-docs/pull/1341
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: [{
|