Skip to content

Commit ad5191e

Browse files
committed
TW review
1 parent b020460 commit ad5191e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

static/openapi-spec/marketplace-content.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ paths:
9494
get:
9595
tags:
9696
- content
97-
summary: Downloads the sourcefile of a specific version.
97+
summary: Downloads the source file of a specific version.
9898
description: "Downloads the original source file associated with the specified version"
9999
operationId: getVersionDownload
100100
parameters:
@@ -155,7 +155,7 @@ components:
155155
isCompanyApproved:
156156
name: isCompanyApproved
157157
in: query
158-
description: "Allows you to filter on company-approved content. This filter is only applicable if the company has enabled the company-approved badge functionality. See more information, https://docs.mendix.com/control-center/company-approved/. Supported values are `true` or `false`. If the value is `true`, it returns only the last published versions of the company-approved content. If the value is `false`, it returns only the last published versions of the non-company-approved content. If no value is passed, then it returns the last published versions of both company-approved and non-company-approved content."
158+
description: "Allows you to filter on company-approved content. This filter is only applicable if the company has enabled the company-approved badge functionality. For more information, refer to https://docs.mendix.com/control-center/company-approved/. Supported values are `true` or `false`. If the value is `true`, it returns only the last published versions of the company-approved content. If the value is `false`, it returns only the last published versions of the non-company-approved content. If no value is passed, it returns the last published versions of both company-approved and non-company-approved content."
159159
required: false
160160
schema:
161161
type: string
@@ -348,7 +348,7 @@ components:
348348
description: "This indicates whether the content is public or private."
349349
isCompanyApproved:
350350
type: boolean
351-
description: "This indicates whether the content is company-approved. This attribute is only returned if the company has enabled the company-approved badge functionality. See more information, https://docs.mendix.com/control-center/company-approved/."
351+
description: "This indicates whether the content is company-approved. This attribute is only returned if the company has enabled the company-approved badge functionality. For more information, refer to https://docs.mendix.com/control-center/company-approved/."
352352
latestVersion:
353353
$ref: '#/components/schemas/version'
354354
content:
@@ -412,7 +412,7 @@ components:
412412
type: string
413413
pattern: "^\\b((?:\\d{1,3}|1000)(?:\\.\\d{1,3}|\\.1000){0,2})(?:-[a-zA-Z]+)?\\b$"
414414
example: '10.1.1'
415-
description: "This is the version number. The format of the version number is major.minor.patch, for example: `1.0.0`."
415+
description: "This is the version number. The format of the version number is major.minor.patch; for example, `1.0.0`."
416416
minSupportedMendixVersion:
417417
type: string
418418
pattern: "^\\b((?:\\d{1,3}|1000)(?:\\.\\d{1,3}|\\.1000){0,2})\\b$"

0 commit comments

Comments
 (0)