Add entry for organization members

#4
by frascuchon HF staff - opened
Files changed (1) hide show
  1. utils/datas/api_collections.ts +7 -0
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: [{