From 0cf832691c5b05aa4a2da7f21bbbaab711e1a454 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 31 Jul 2024 10:29:33 +0200 Subject: [PATCH] Mark connector.last_sync as private for now (#2750) There is currently a bug when updating errors. When fixed (most likely for 8.16), this endpoint will be aded back to the specification. --- .../connector/last_sync/ConnectorUpdateLastSyncRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts b/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts index b94baf7e7a..75a4a66d46 100644 --- a/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts +++ b/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts @@ -26,7 +26,7 @@ import { SyncStatus } from '../_types/Connector' /** * Updates last sync stats in the connector document * @rest_spec_name connector.last_sync - * @availability stack since=8.12.0 stability=experimental + * @availability stack since=8.12.0 stability=experimental visibility=private * @availability serverless stability=experimental visibility=private * @doc_id connector-last-sync */