hyperswitch-control-center icon indicating copy to clipboard operation
hyperswitch-control-center copied to clipboard

chore: updated api endpoints /removed v2 urls

Open gitanjli525 opened this issue 4 months ago • 1 comments

Type of Change

  • [ ] Bugfix
  • [ ] New feature
  • [x] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [ ] CI/CD

Description

  • ensured that the below URL are not being used currently

/user/user /user/user/list /user/user/invite/accept /user/user/invite/accept/pre_auth /user/role/list

  • updated the below URL as mentioned

/user/user/v2 -> /user/user /user/user/v2/list -> /user/user/list /user/user/invite/accept/v2 -> /user/user/invite/accept /user/user/invite/accept/v2/pre_auth -> /user/user/invite/accept/pre_auth /user/role/v2/list -> /user/role/list

Motivation and Context

removing duplicate routes

How did you test it?

tested the changes

Where to test it?

  • [x] INTEG
  • [x] SANDBOX
  • [x] PROD

Checklist

  • [x] I ran npm run re:build
  • [x] I reviewed submitted code
  • [ ] I added unit tests for my changes where possible

gitanjli525 avatar Sep 30 '24 12:09 gitanjli525