Skip to content

Commit 4481c37

Browse files
committed
Merge branch 'development' into pr/DmytroKost/10591
2 parents cae78e1 + 1db02e3 commit 4481c37

615 files changed

Lines changed: 12258 additions & 7922 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.

_scripts/removeUnusedAttachments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ def dirWalk(start, globPattern="**/*"):
6161
break
6262
# Delete files that are in dirList2 and not in the attachment list
6363
if deleteFlag is True:
64-
# Make sure that it is not a directory
65-
if pathlib.Path.is_file(file):
64+
# Make sure that it is not a directory and not a .drawio file
65+
if pathlib.Path.is_file(file) and not file.name.endswith('.drawio'):
6666
pathlib.Path.unlink(file)

branch-cleanup-timestamp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Last scan for stale merged branches: 2026-01-06 10:09:12 CET (UTC+01:00)
1+
Last scan for stale merged branches: 2026-02-01 23:29:13 CET (UTC+01:00)

content/en/docs/apidocs-mxsdk/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "APIs and SDK"
33
url: /apidocs-mxsdk/
44
description: "Presents the Mendix API documentation and the Mendix SDK documentation."
5-
weight: 55
5+
weight: 51
66
no_list: false
77
description_list: true
88
cascade:

content/en/docs/apidocs-mxsdk/apidocs/apps/app-repository-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Authentication for the App Repository API uses a personal access token (PAT).
3535

3636
### Generating a PAT
3737

38-
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section in *User Settings*. When you define the new PAT, choose at least this scope:
38+
For details on how to generate a PAT, see the [Personal Access Tokens](/portal/user-settings/#pat) section in *User Settings*. When you define the new PAT, choose at least this scope:
3939

4040
* `mx:modelrepository:repo:read`.
4141

content/en/docs/apidocs-mxsdk/apidocs/apps/epics-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Authentication for the Epics API uses a personal access token (PAT).
2121

2222
### Generating a PAT {#generate}
2323

24-
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section in *User Settings*.
24+
For details on how to generate a PAT, see the [Personal Access Tokens](/portal/user-settings/#pat) section in *User Settings*.
2525

2626
Select at least the following as **Epics** scopes:
2727

content/en/docs/apidocs-mxsdk/apidocs/apps/feedback-api-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Authentication for the Feedback API uses a personal access token (PAT).
1818

1919
### Generating a PAT {#generate}
2020

21-
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section in *User Settings*.
21+
For details on how to generate a PAT, see the [Personal Access Tokens](/portal/user-settings/#pat) section in *User Settings*.
2222

2323
Select at least the following as **App Insights** scopes:
2424

content/en/docs/apidocs-mxsdk/apidocs/apps/projects-api-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Authentication for the Projects API uses a personal access token (PAT).
2121

2222
### Generating a PAT {#generate}
2323

24-
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section of *User Settings*.
24+
For details on how to generate a PAT, see the [Personal Access Tokens](/portal/user-settings/#pat) section of *User Settings*.
2525

2626
Select the appropriate scopes, depending on the endpoints that need to be invoked. Refer to the [API Reference](#api-reference) for more information on which scopes to use in which endpoints.
2727

content/en/docs/apidocs-mxsdk/apidocs/catalog/registration-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Authentication for the Registration API requires the following:
2525

2626
### Generating a PAT
2727

28-
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section of *User Settings*.
28+
For details on how to generate a PAT, see the [Personal Access Tokens](/portal/user-settings/#pat) section of *User Settings*.
2929

3030
Store the generated value {GENERATED_PAT} somewhere safe so you can use it to authorize your API calls.
3131

content/en/docs/apidocs-mxsdk/apidocs/catalog/search-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more details on what can and cannot be provided in your search query, see th
2323

2424
### Generating a PAT
2525

26-
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section of *User Settings*.
26+
For details on how to generate a PAT, see the [Personal Access Tokens](/portal/user-settings/#pat) section of *User Settings*.
2727

2828
Store the generated value {GENERATED_PAT} somewhere safe so you can use it to authorize your API calls.
2929

@@ -232,17 +232,17 @@ A successful `GET` call results in a `200` status code and a JSON response body
232232
"application": {
233233
"type": "Other",
234234
"technicalOwner": {
235-
"email": "andrej.koelewijn@mendix.com",
235+
"email": "john.doe@mendix.com",
236236
"uuid": "d9d4b5bc-ffe8-4c5c-b237-7358d01f7981",
237-
"name": "Andrej Koelewijn"
237+
"name": "John Doe"
238238
},
239239
"icon": "https://catalog.mendix.com/resources/logos/other_icon.png",
240240
"uuid": "1bed66d2-4477-39a9-9144-d0f848212f1e",
241241
"repositoryLocation": "https://sprintr.home.mendix.com/link/project/369386df-35b4-475b-a917-17adcc81c1b5",
242242
"businessOwner": {
243-
"email": "andrej.koelewijn@mendix.com",
243+
"email": "john.doe@mendix.com",
244244
"uuid": "d9d4b5bc-ffe8-4c5c-b237-7358d01f7981",
245-
"name": "Andrej Koelewijn"
245+
"name": "John Doe"
246246
},
247247
"name": "CustomerApp"
248248
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you have Marketplace content, this API can help you get the following informa
2222

2323
### Generating a PAT
2424

25-
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section of *User Settings*.
25+
For details on how to generate a PAT, see the [Personal Access Tokens](/portal/user-settings/#pat) section of *User Settings*.
2626

2727
Select at least the following as the **Marketplace** scope:
2828

0 commit comments

Comments
 (0)