Skip to content

Commit

Permalink
chore: build SDK from openapi.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
team-devx-bot committed Dec 19, 2024
1 parent e136038 commit 87ef985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 87ef985

Please sign in to comment.