From 2e0e32e09db7fb823e169c8f7fd1a548270dca25 Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:23:10 +0000 Subject: [PATCH] feat(generated): update generator to 3.97.0 Generated SDK source code using: - Generator version 3.97.0 - Specification version 1.0.0-dev0.1.22 - Automation (cloudant-sdks) version cafcbd3 --- cloudant/v1.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudant/v1.ts b/cloudant/v1.ts index a0f02e8b..bc67e243 100644 --- a/cloudant/v1.ts +++ b/cloudant/v1.ts @@ -6549,7 +6549,7 @@ class CloudantV1 extends CloudantBaseService { * @param {string} params.db - Path parameter to specify the database name. * @param {string} params.docId - Path parameter to specify the document ID. * @param {string} params.attachmentName - Path parameter to specify the attachment name. - * @param {string} [params.accept] - The type of the response: or *_/_*. + * @param {string} [params.accept] - The type of the response: *_/_*. * @param {string} [params.ifMatch] - Header parameter for a conditional HTTP request matching an ETag. * @param {string} [params.ifNoneMatch] - Header parameter for a conditional HTTP request not matching an ETag. * @param {string} [params.range] - Header parameter to specify the byte range for a request. This allows the @@ -10443,7 +10443,7 @@ namespace CloudantV1 { docId: string; /** Path parameter to specify the attachment name. */ attachmentName: string; - /** The type of the response: or *_/_*. */ + /** The type of the response: *_/_*. */ accept?: string; /** Header parameter for a conditional HTTP request matching an ETag. */ ifMatch?: string;