Skip to content

Commit

Permalink
Mark connector.last_sync as private for now (#2750)
Browse files Browse the repository at this point in the history
There is currently a bug when updating errors. When fixed (most likely for
8.16), this endpoint will be aded back to the specification.
  • Loading branch information
pquentin authored Jul 31, 2024
1 parent 0f41b9a commit 0cf8326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0cf8326

Please sign in to comment.