mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Change HTTP method for IDP sync to POST (#122)
This commit is contained in:
@@ -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>'
|
||||
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user