Skip to content

Commit 212b509

Browse files
[Backport 8.15] Mark connector.last_sync as private for now (#2751)
There is currently a bug when updating errors. When fixed (most likely for 8.16), this endpoint will be aded back to the specification. (cherry picked from commit 0cf8326) Co-authored-by: Quentin Pradet <[email protected]>
1 parent dc27d46 commit 212b509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { SyncStatus } from '../_types/Connector'
2626
/**
2727
* Updates last sync stats in the connector document
2828
* @rest_spec_name connector.last_sync
29-
* @availability stack since=8.12.0 stability=experimental
29+
* @availability stack since=8.12.0 stability=experimental visibility=private
3030
* @availability serverless stability=experimental visibility=private
3131
* @doc_id connector-last-sync
3232
*/

0 commit comments

Comments
 (0)