|
94 | 94 | get: |
95 | 95 | tags: |
96 | 96 | - content |
97 | | - summary: Downloads the sourcefile of a specific version. |
| 97 | + summary: Downloads the source file of a specific version. |
98 | 98 | description: "Downloads the original source file associated with the specified version" |
99 | 99 | operationId: getVersionDownload |
100 | 100 | parameters: |
@@ -155,7 +155,7 @@ components: |
155 | 155 | isCompanyApproved: |
156 | 156 | name: isCompanyApproved |
157 | 157 | 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." |
159 | 159 | required: false |
160 | 160 | schema: |
161 | 161 | type: string |
@@ -348,7 +348,7 @@ components: |
348 | 348 | description: "This indicates whether the content is public or private." |
349 | 349 | isCompanyApproved: |
350 | 350 | 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/." |
352 | 352 | latestVersion: |
353 | 353 | $ref: '#/components/schemas/version' |
354 | 354 | content: |
@@ -412,7 +412,7 @@ components: |
412 | 412 | type: string |
413 | 413 | pattern: "^\\b((?:\\d{1,3}|1000)(?:\\.\\d{1,3}|\\.1000){0,2})(?:-[a-zA-Z]+)?\\b$" |
414 | 414 | 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`." |
416 | 416 | minSupportedMendixVersion: |
417 | 417 | type: string |
418 | 418 | pattern: "^\\b((?:\\d{1,3}|1000)(?:\\.\\d{1,3}|\\.1000){0,2})\\b$" |
|
0 commit comments