From 32cca96c794115c7a326770cfc8faf920f783776 Mon Sep 17 00:00:00 2001 From: Adeeb Ahmed Date: Thu, 26 Oct 2023 12:00:32 -0500 Subject: [PATCH] Update syncAll.md Fix HTTP method typo --- content/reference/api/scm/syncAll.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/reference/api/scm/syncAll.md b/content/reference/api/scm/syncAll.md index 43d11c02f..a83632dbb 100644 --- a/content/reference/api/scm/syncAll.md +++ b/content/reference/api/scm/syncAll.md @@ -8,7 +8,7 @@ description: > ## Endpoint ``` -PATCH /api/v1/scm/orgs/:org/sync +GET /api/v1/scm/orgs/:org/sync ``` ## Parameters @@ -59,4 +59,4 @@ curl \ ```sh org "github" synced -``` \ No newline at end of file +```