From 0de50c494618675bd638ead7d6773d323eab9108 Mon Sep 17 00:00:00 2001 From: Jedr Blaszyk Date: Thu, 4 Jan 2024 15:26:39 +0100 Subject: [PATCH] Update typo in the connector.last_sync comment --- output/schema/schema.json | 2 +- .../connector/last_sync/ConnectorUpdateLastSyncRequest.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/output/schema/schema.json b/output/schema/schema.json index 56b847e312..3979b375fa 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -107160,7 +107160,7 @@ } ] }, - "description": "Updates the scheduling field in the connector document", + "description": "Updates last sync stats in the connector document", "inherits": { "type": { "name": "RequestBase", diff --git a/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts b/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts index 3070633bac..45970bb251 100644 --- a/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts +++ b/specification/connector/last_sync/ConnectorUpdateLastSyncRequest.ts @@ -21,7 +21,7 @@ import { Id } from '@_types/common' import { SyncStatus } from '../_types/Connector' /** - * Updates the scheduling field in the connector document + * Updates last sync stats in the connector document * @rest_spec_name connector.last_sync * @availability stack since=8.12.0 stability=experimental * @availability serverless stability=experimental visibility=public @@ -35,7 +35,7 @@ export interface Request extends RequestBase { connector_id: Id } /** - * The connector scheduling object + * Connector last sync stats */ body: { last_access_control_sync_error: string | null