mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor: update v2 resource update endpoints to use PUT method instead of POST (#5657)
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
---
|
||||
openapi: post /v2/profiles/{profile_id}
|
||||
openapi: put /v2/profiles/{profile_id}
|
||||
---
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
---
|
||||
openapi: post /v2/accounts/{id}
|
||||
openapi: put /v2/accounts/{id}
|
||||
---
|
||||
@ -1,3 +1,3 @@
|
||||
---
|
||||
openapi: post /v2/connector_accounts/{id}
|
||||
openapi: put /v2/connector_accounts/{id}
|
||||
---
|
||||
Reference in New Issue
Block a user