mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Change HTTP method for IDP sync to POST (#122)
This commit is contained in:
@@ -85,7 +85,7 @@ Response
|
|||||||
### Force Integration Sync
|
### Force Integration Sync
|
||||||
Request
|
Request
|
||||||
```shell
|
```shell
|
||||||
curl --request GET \
|
curl --request POST \
|
||||||
--url https://api.netbird.io/api/integrations/google-idp/<ID>/sync \
|
--url https://api.netbird.io/api/integrations/google-idp/<ID>/sync \
|
||||||
--header 'Accept: application/json' \
|
--header 'Accept: application/json' \
|
||||||
--header 'Authorization: Token <PAT>'
|
--header 'Authorization: Token <PAT>'
|
||||||
@@ -252,7 +252,7 @@ Response
|
|||||||
### Force Integration Sync
|
### Force Integration Sync
|
||||||
Request
|
Request
|
||||||
```shell
|
```shell
|
||||||
curl --request GET \
|
curl --request POST \
|
||||||
--url https://api.netbird.io/api/integrations/azure-idp/<ID>/sync \
|
--url https://api.netbird.io/api/integrations/azure-idp/<ID>/sync \
|
||||||
--header 'Accept: application/json' \
|
--header 'Accept: application/json' \
|
||||||
--header 'Authorization: Token <PAT>'
|
--header 'Authorization: Token <PAT>'
|
||||||
|
|||||||
Reference in New Issue
Block a user