Closed tusharpandey13 closed 2 weeks ago
parameter name change in model GetOrganizationClientGrants200ResponseOneOf
GetOrganizationClientGrants200ResponseOneOf
the parameter was specified 'grants' in the api docs when it should actually be 'client-grants', this patch fixes the discrepancy
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 }
GET /api/v2/organizations/{id}/client-grants
{ "client_grants": [......], "start": 0, "limit": 50, "total": 1 }
➜ npm run test Test Suites: 42 passed, 42 total Tests: 1346 passed, 1346 total Snapshots: 0 total Time: 7.72 s, estimated 8 s
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:
Testing
Checklist