From e7efb1a707303d33c7dcf64f67f750cc6cc84ee5 Mon Sep 17 00:00:00 2001 From: Bethuel Mmbaga Date: Thu, 4 Jan 2024 18:23:38 +0300 Subject: [PATCH] Change HTTP method for IDP sync to POST (#122) --- misc/idp-sync/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/idp-sync/api.md b/misc/idp-sync/api.md index 94e4e9b4..b2e772fe 100644 --- a/misc/idp-sync/api.md +++ b/misc/idp-sync/api.md @@ -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//sync \ --header 'Accept: application/json' \ --header 'Authorization: Token ' @@ -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//sync \ --header 'Accept: application/json' \ --header 'Authorization: Token '