Skip to content

Commit

Permalink
feat(generated): update generator to 3.97.0
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.97.0
- Specification version 1.0.0-dev0.1.22
- Automation (cloudant-sdks) version cafcbd3
  • Loading branch information
cloudant-sdks-automation authored and emlaver committed Nov 21, 2024
1 parent 05258a2 commit 2e0e32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudant/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2e0e32e

Please sign in to comment.