Skip to content

Commit

Permalink
Change HTTP method for IDP sync to POST (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmmbaga authored Jan 4, 2024
1 parent aee8cbd commit e7efb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/idp-sync/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Response
### Force Integration Sync
Request
```shell
curl --request GET \
curl --request POST \
--url https://api.netbird.io/api/integrations/google-idp/<ID>/sync \
--header 'Accept: application/json' \
--header 'Authorization: Token <PAT>'
Expand Down Expand Up @@ -252,7 +252,7 @@ Response
### Force Integration Sync
Request
```shell
curl --request GET \
curl --request POST \
--url https://api.netbird.io/api/integrations/azure-idp/<ID>/sync \
--header 'Accept: application/json' \
--header 'Authorization: Token <PAT>'
Expand Down

0 comments on commit e7efb1a

Please sign in to comment.