From 609889101ae9786d2ef20cd234d6b7f498050e69 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 9 Oct 2024 16:40:06 +0000 Subject: [PATCH] fix(specs): Typos in API descriptions (generated) https://github.com/algolia/api-clients-automation/pull/3932 Co-authored-by: algolia-bot --- Sources/Ingestion/IngestionClient.swift | 2 +- Sources/Ingestion/Models/Transformation.swift | 2 +- .../Models/TransformationCreate.swift | 2 +- Sources/Monitoring/MonitoringClient.swift | 20 +++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Sources/Ingestion/IngestionClient.swift b/Sources/Ingestion/IngestionClient.swift index 8c603cd0..421f263b 100644 --- a/Sources/Ingestion/IngestionClient.swift +++ b/Sources/Ingestion/IngestionClient.swift @@ -1853,7 +1853,7 @@ open class IngestionClient { return body } - // Retrieves a list of events for a task run, identified by it's ID. + // Retrieves a list of events for a task run, identified by its ID. // Required API Key ACLs: // - addObject // - deleteIndex diff --git a/Sources/Ingestion/Models/Transformation.swift b/Sources/Ingestion/Models/Transformation.swift index cf384c82..76b4f21e 100644 --- a/Sources/Ingestion/Models/Transformation.swift +++ b/Sources/Ingestion/Models/Transformation.swift @@ -9,7 +9,7 @@ import Foundation public struct Transformation: Codable, JSONEncodable { /// Universally unique identifier (UUID) of a transformation. public var transformationID: String - /// The authentications associated for the current transformation. + /// The authentications associated with the current transformation. public var authenticationIDs: [String]? /// The source code of the transformation. public var code: String diff --git a/Sources/Ingestion/Models/TransformationCreate.swift b/Sources/Ingestion/Models/TransformationCreate.swift index 9f7743b1..412987e2 100644 --- a/Sources/Ingestion/Models/TransformationCreate.swift +++ b/Sources/Ingestion/Models/TransformationCreate.swift @@ -14,7 +14,7 @@ public struct TransformationCreate: Codable, JSONEncodable { public var name: String /// A descriptive name for your transformation of what it does. public var description: String? - /// The authentications associated for the current transformation. + /// The authentications associated with the current transformation. public var authenticationIDs: [String]? public init(code: String, name: String, description: String? = nil, authenticationIDs: [String]? = nil) { diff --git a/Sources/Monitoring/MonitoringClient.swift b/Sources/Monitoring/MonitoringClient.swift index 0dae3f29..6d03e23a 100644 --- a/Sources/Monitoring/MonitoringClient.swift +++ b/Sources/Monitoring/MonitoringClient.swift @@ -292,7 +292,7 @@ open class MonitoringClient { ) } - /// - parameter clusters: (path) Subset of clusters, separated by comma. + /// - parameter clusters: (path) Subset of clusters, separated by commas. /// - returns: IncidentsResponse @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) open func getClusterIncidents( @@ -314,7 +314,7 @@ open class MonitoringClient { // Retrieves known incidents for the selected clusters. // // - // - parameter clusters: (path) Subset of clusters, separated by comma. + // - parameter clusters: (path) Subset of clusters, separated by commas. // - returns: RequestBuilder open func getClusterIncidentsWithHTTPInfo( @@ -350,7 +350,7 @@ open class MonitoringClient { ) } - /// - parameter clusters: (path) Subset of clusters, separated by comma. + /// - parameter clusters: (path) Subset of clusters, separated by commas. /// - returns: StatusResponse @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) open func getClusterStatus(clusters: String, requestOptions: RequestOptions? = nil) async throws -> StatusResponse { @@ -369,7 +369,7 @@ open class MonitoringClient { // Retrieves the status of selected clusters. // // - // - parameter clusters: (path) Subset of clusters, separated by comma. + // - parameter clusters: (path) Subset of clusters, separated by commas. // - returns: RequestBuilder open func getClusterStatusWithHTTPInfo( @@ -439,7 +439,7 @@ open class MonitoringClient { ) } - /// - parameter clusters: (path) Subset of clusters, separated by comma. + /// - parameter clusters: (path) Subset of clusters, separated by commas. /// - returns: IndexingTimeResponse @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) open func getIndexingTime( @@ -461,7 +461,7 @@ open class MonitoringClient { // Retrieves average times for indexing operations for selected clusters. // // - // - parameter clusters: (path) Subset of clusters, separated by comma. + // - parameter clusters: (path) Subset of clusters, separated by commas. // - returns: RequestBuilder open func getIndexingTimeWithHTTPInfo( @@ -497,7 +497,7 @@ open class MonitoringClient { ) } - /// - parameter clusters: (path) Subset of clusters, separated by comma. + /// - parameter clusters: (path) Subset of clusters, separated by commas. /// - returns: LatencyResponse @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) open func getLatency(clusters: String, requestOptions: RequestOptions? = nil) async throws -> LatencyResponse { @@ -516,7 +516,7 @@ open class MonitoringClient { // Retrieves the average latency for search requests for selected clusters. // // - // - parameter clusters: (path) Subset of clusters, separated by comma. + // - parameter clusters: (path) Subset of clusters, separated by commas. // - returns: RequestBuilder open func getLatencyWithHTTPInfo( @@ -634,7 +634,7 @@ open class MonitoringClient { ) } - /// - parameter clusters: (path) Subset of clusters, separated by comma. + /// - parameter clusters: (path) Subset of clusters, separated by commas. /// - returns: [String: [String: Bool]] @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) open func getReachability( @@ -656,7 +656,7 @@ open class MonitoringClient { // Test whether clusters are reachable or not. // // - // - parameter clusters: (path) Subset of clusters, separated by comma. + // - parameter clusters: (path) Subset of clusters, separated by commas. // - returns: RequestBuilder<[String: [String: Bool]]> open func getReachabilityWithHTTPInfo(