integrations
Manually re-sync the tool list for this connection
Enqueue a tool-sync for an active connection.
Returns 202 + the current row; the frontend polls tools_status to see when the sync lands. Refusing non-active rows here keeps the Celery task's same precondition visible at the API surface so the client gets a clear 422 instead of a queued task that no-ops.
post/v1/integrations/connections/{connection_id}/refresh-tools
Path parameters
connection_idstring uuid required
Response
Successful Response