Skip to content

Commit 9057e2d

Browse files
committed
Merge branch 'development' into yl-proofread-microflow-and-nanoflow-documentation
2 parents b2b736b + 04b3b9b commit 9057e2d

638 files changed

Lines changed: 12922 additions & 3658 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/apidocs-mxsdk/apidocs/deployment/deploy-api-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,11 @@ An object with the following key-value pairs:
399399

400400
| HTTP Status | Error code | Description |
401401
| --- | --- | --- |
402+
| 200 | ALREADY_STARTED | Cannot start app. App is already running. |
402403
| 400 | INVALID_APPID | Invalid AppId |
403404
| 404 | APP_NOT_FOUND | App not found |
404405
| 500 | NO_MDA_HAS_BEEN_DEPLOYED | Cannot start app. There is no MDA deployed. |
405406
| 500 | APP_ALREADY_HAS_A_STARTING_JOB | Cannot start app. There is already a starting job id found. |
406-
| 500 | ALREADY_STARTED | Cannot start app. App is already running. |
407407

408408
##### Example Output
409409

content/en/docs/apidocs-mxsdk/apidocs/deployment/private-cloud-deploy-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ The following steps will create a cluster, create a namespace, and create an env
169169
Please note that there is a limited support for Custom permissions in Deploy APIs.
170170
{{% /alert %}}
171171

172+
{{% alert color="info" %}}
173+
In order to create or manage environments in a namespace through an API, the technical contact must have a role assigned to the namespace permissions.
174+
{{% /alert %}}
175+
172176
## API Reference
173177

174178
{{% alert color="info" %}}

content/en/docs/apidocs-mxsdk/apidocs/frontend/client-api.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ weight: 30
99

1010
Enrich the user interface of your applications by building on top of our web client APIs. Use standard web technology in combination with our powerful APIs to build any widget you want.
1111

12-
## Client APIs
12+
## Client API
13+
14+
The client API is compatible with both the React and the Dojo client.
15+
16+
* [Mendix 10 Client API](https://apidocs.rnd.mendix.com/10/client-mx-api/index.html)
17+
18+
## Legacy Client APIs
1319

1420
* [Mendix 10 React Client API](https://apidocs.rnd.mendix.com/10/client-react/index.html)
15-
* [Mendix 10 Client API](https://apidocs.rnd.mendix.com/10/client/index.html)
16-
* [Mendix 9 Client API](https://apidocs.rnd.mendix.com/9/client/index.html)
17-
* [Mendix 8 Client API](https://apidocs.rnd.mendix.com/8/client/index.html)
21+
* [Mendix 10 Dojo Client API](https://apidocs.rnd.mendix.com/10/client/index.html)
22+
* [Mendix 9 Dojo Client API](https://apidocs.rnd.mendix.com/9/client/index.html)
23+
* [Mendix 8 Dojo Client API](https://apidocs.rnd.mendix.com/8/client/index.html)

content/en/docs/apidocs-mxsdk/apidocs/governance/user-identifiers-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The User Identifiers API is available for Mendix Admins.
1616

1717
The User Identifiers API allows Mendix admins to perform operations related to user identifiers within their company, such as obtaining the user UUIDs of specific email addresses.
1818

19+
{{% alert color="info" %}}
20+
The User Identifiers API supports a maximum of 100 email addresses per request. Any email addresses exceeding this limit will be ignored.
21+
{{% /alert %}}
22+
1923
## Authentication{#authentication}
2024

2125
Authentication for the User Identifiers API uses a personal access token (PAT).

content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/creating-the-domain-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ invoice.location = { x: 400, y: 100 };
6868

6969
*Studio Pro Guide*
7070

71-
* [Domain Model](/refguide/domain-model/)
71+
* [Data in the Domain Model](/refguide/domain-model/)
7272
* [Entities](/refguide/entities/)
7373

7474
Metamodel reference guide

content/en/docs/appstore/use-content/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Quick summary:
1515

1616
| Selenium Setup | Uploading your own file | Uploading a file | Uploading possible? |
1717
| :-------------- | :---------------------- | :--------------- | :------------------ |
18-
| Local Selenium Server (Docker) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/grey.png" class="no-border" >}} Limited<sup>1</sup> | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes |
18+
| Local Selenium Server (Docker) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/grey.png" class="no-border" >}} Limited¹ | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes |
1919
| BrowserStack (SaaS) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/red.png" class="no-border" >}} No | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes |
2020
| Sauce Labs (SaaS) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/red.png" class="no-border" >}} No | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/red.png" class="no-border" >}} No | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/red.png" class="no-border" >}} No |
21-
| Selenium SaaS Agent | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/grey.png" class="no-border" >}} Limited<sup>2</sup> | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/red.png" class="no-border" >}} No |
21+
| Selenium SaaS Agent | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/grey.png" class="no-border" >}} Limited² | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v1/ht-one-upload-file-using-ats/red.png" class="no-border" >}} No |
2222

23-
<small><sup>1</sup> This only possible when you prepare your own files on that server. <br>
24-
<sup>2</sup> This depends on where the agent is installed.</small>
23+
<small>¹ This only possible when you prepare your own files on that server. <br>
24+
² This depends on where the agent is installed.</small>
2525

2626
This how-to teaches you how to do the following:
2727

content/en/docs/appstore/use-content/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Quick summary:
1414

1515
| Selenium Setup | Uploading your own file | Uploading a file | Uploading possible? |
1616
| :-------------- | :---------------------- | :--------------- | :------------------ |
17-
| Local Selenium Server (Docker) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/grey.png" class="no-border" >}} Limited<sup>1</sup> | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes |
17+
| Local Selenium Server (Docker) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/grey.png" class="no-border" >}} Limited¹ | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes |
1818
| BrowserStack (SaaS) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/red.png" class="no-border" >}} No | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes |
1919
| Sauce Labs (SaaS) | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/red.png" class="no-border" >}} No | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/red.png" class="no-border" >}} No | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/red.png" class="no-border" >}} No |
20-
| Selenium SaaS Agent | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/grey.png" class="no-border" >}} Limited<sup>2</sup> | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/red.png" class="no-border" >}} No |
20+
| Selenium SaaS Agent | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/grey.png" class="no-border" >}} Limited² | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/green.png" class="no-border" >}} Yes | {{< figure src="/attachments/appstore/partner-solutions/ats/ht/v2/ht-two-upload-file-using-ats/red.png" class="no-border" >}} No |
2121

22-
<small><sup>1</sup> This only possible when you prepare your own files on that server. <br>
23-
<sup>2</sup> This depends on where the agent is installed.</small>
22+
<small>¹ This only possible when you prepare your own files on that server. <br>
23+
² This depends on where the agent is installed.</small>
2424

2525
This how-to teaches you how to do the following:
2626

0 commit comments

Comments
 (0)