From adfdab017bc1144632b47a9572ecad36cf254929 Mon Sep 17 00:00:00 2001 From: team-devx Date: Thu, 5 Dec 2024 08:14:17 +0000 Subject: [PATCH] chore: build SDK from openapi.yaml changes --- src/api.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api.ts b/src/api.ts index d633e90..4c6292d 100644 --- a/src/api.ts +++ b/src/api.ts @@ -6217,7 +6217,7 @@ export const DocumentationApiAxiosParamCreator = function (configuration?: Confi * Returns the specified document from the product\'s document tree. * @summary Get one product document * @param {string} productId Contains a unique identifier used by the Portal API for this resource. - * @param {string} documentId Contains a unique identifier used by the Portal API for this resource. + * @param {string} documentId ID of the document. * @param {DocumentFormatContentTypeEnum} [accept] * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -6327,7 +6327,7 @@ export const DocumentationApiFp = function(configuration?: Configuration) { * Returns the specified document from the product\'s document tree. * @summary Get one product document * @param {string} productId Contains a unique identifier used by the Portal API for this resource. - * @param {string} documentId Contains a unique identifier used by the Portal API for this resource. + * @param {string} documentId ID of the document. * @param {DocumentFormatContentTypeEnum} [accept] * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -6364,7 +6364,7 @@ export const DocumentationApiFactory = function (configuration?: Configuration, * Returns the specified document from the product\'s document tree. * @summary Get one product document * @param {string} productId Contains a unique identifier used by the Portal API for this resource. - * @param {string} documentId Contains a unique identifier used by the Portal API for this resource. + * @param {string} documentId ID of the document. * @param {DocumentFormatContentTypeEnum} [accept] * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -6402,7 +6402,7 @@ export interface DocumentationApiGetProductDocumentRequest { readonly productId: string /** - * Contains a unique identifier used by the Portal API for this resource. + * ID of the document. * @type {string} * @memberof DocumentationApiGetProductDocument */