auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
639 stars 309 forks source link

org cc/patch1 #1053

Closed tusharpandey13 closed 2 weeks ago

tusharpandey13 commented 2 weeks ago

Changes

parameter name change in model GetOrganizationClientGrants200ResponseOneOf

the parameter was specified 'grants' in the api docs when it should actually be 'client_grants', this patch fixes the discrepancy

References

Please include relevant links supporting this change such as a:

GET /api/v2/organizations/{id}/client-grants

{
  "client_grants": [......],
  "start": 0,
  "limit": 50,
  "total": 1
}

Testing

➜ npm run test                                                         
Test Suites: 42 passed, 42 total
Tests:       1346 passed, 1346 total
Snapshots:   0 total
Time:        7.72 s, estimated 8 s

Checklist