refactor: update v2 resource update endpoints to use PUT method instead of POST (#5657)

This commit is contained in:
Sanchith Hegde
2024-08-22 14:09:39 +05:30
committed by GitHub
parent ca72fedae8
commit 7f10678c36
8 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,3 @@
---
openapi: post /v2/profiles/{profile_id}
openapi: put /v2/profiles/{profile_id}
---

View File

@ -1,3 +1,3 @@
---
openapi: post /v2/accounts/{id}
openapi: put /v2/accounts/{id}
---

View File

@ -1,3 +1,3 @@
---
openapi: post /v2/connector_accounts/{id}
openapi: put /v2/connector_accounts/{id}
---