* fix remove endpoint doc (#23329)

This commit is contained in:
Max Coulombe 2023-09-27 15:40:07 -04:00 committed by GitHub
parent 7725117846
commit 7106e6c22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -477,9 +477,9 @@ $ curl \
This endpoint removes an existing association for a given destination. If an equivalent association already exists, this request 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. does not create a duplicate but will trigger a sync operation and refresh the secret value on the external system.
| Method | Path | | Method | Path |
|:-------|:------------------------------------------------------| |:-------|:---------------------------------------------------------|
| `POST` | `/sys/sync/destinations/:type/:name/associations/set` | | `POST` | `/sys/sync/destinations/:type/:name/associations/remove` |
### Parameters ### Parameters