From 7106e6c22f23b853c733fb99ac580efe01bbba25 Mon Sep 17 00:00:00 2001 From: Max Coulombe <109547106+maxcoulombe@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:40:07 -0400 Subject: [PATCH] * fix remove endpoint doc (#23329) --- website/content/api-docs/system/secrets-sync.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/api-docs/system/secrets-sync.mdx b/website/content/api-docs/system/secrets-sync.mdx index f7fcf30eb2..625cfaef7a 100644 --- a/website/content/api-docs/system/secrets-sync.mdx +++ b/website/content/api-docs/system/secrets-sync.mdx @@ -477,9 +477,9 @@ $ curl \ This endpoint removes an existing association for a given destination. If an equivalent association already exists, this request does not create a duplicate but will trigger a sync operation and refresh the secret value on the external system. -| Method | Path | -|:-------|:------------------------------------------------------| -| `POST` | `/sys/sync/destinations/:type/:name/associations/set` | +| Method | Path | +|:-------|:---------------------------------------------------------| +| `POST` | `/sys/sync/destinations/:type/:name/associations/remove` | ### Parameters