node-auth0 icon indicating copy to clipboard operation
node-auth0 copied to clipboard

Fixed missing endpoints for feature Organizations for Client Credentials changes

Open tusharpandey13 opened this issue 1 year ago • 0 comments

Changes

added 2 missing endpoints for the feature organization support for client credentials,

DELETE /api/v2/organizations/{id}/client-grants/{grant_id}
POST /api/v2/organizations/{id}/client-grants

References

Please look at #1033
API docs are not public yet.

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • [x] This change adds unit test coverage
  • [ ] This change adds integration test coverage

Checklist

tusharpandey13 avatar Oct 21 '24 12:10 tusharpandey13