Skip to content

Commit 65e9211

Browse files
Merge pull request #8519 from mendix/lz-api-code-formatting
API code formatting improvement
2 parents 374dabb + cf3d0a7 commit 65e9211

File tree

8 files changed

+289
-289
lines changed

8 files changed

+289
-289
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This is the generic error response format. The payload example format applies to
6060

6161
| Name | Value |
6262
| --- | --- |
63-
| Content-Type | `application/json; charset=utf-8` |
63+
| `Content-Type` | `application/json; charset=utf-8` |
6464

6565
#### Payload
6666

@@ -122,7 +122,7 @@ Authorization: MxToken hZUPhAV4ELPrRm7U7JAKf5BnxJk6q7dcsvFdw6ZR4wRYdv7egHjwHEYBw
122122

123123
|Name|Value|
124124
|---|---|
125-
|Content-Type|`application/json; charset=utf-8`|
125+
|`Content-Type`|`application/json; charset=utf-8`|
126126

127127
#### Response Payload
128128

@@ -183,7 +183,7 @@ Authorization: MxToken hZUPhAV4ELPrRm7U7JAKf5BnxJk6q7dcsvFdw6ZR4wRYdv7egHjwHEYBw
183183

184184
|Name|Value|
185185
|---|---|
186-
|Content-Type|`application/json; charset=utf-8`|
186+
|`Content-Type`|`application/json; charset=utf-8`|
187187

188188
#### Response Payload
189189

@@ -266,7 +266,7 @@ Authorization: MxToken hZUPhAV4ELPrRm7U7JAKf5BnxJk6q7dcsvFdw6ZR4wRYdv7egHjwHEYBw
266266

267267
|Name|Value|
268268
|---|---|
269-
|Content-Type|`application/json; charset=utf-8`|
269+
|`Content-Type`|`application/json; charset=utf-8`|
270270

271271
#### Response Payload {#response-payload}
272272

@@ -352,7 +352,7 @@ Authorization: MxToken hZUPhAV4ELPrRm7U7JAKf5BnxJk6q7dcsvFdw6ZR4wRYdv7egHjwHEYBw
352352

353353
|Name|Value|
354354
|---|---|
355-
|Content-Type|`application/json; charset=utf-8`|
355+
|`Content-Type`|`application/json; charset=utf-8`|
356356

357357
#### Response Payload
358358

content/en/docs/apidocs-mxsdk/apidocs/apps/team-server-api.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ HTTP Method: GET
5757

5858
##### Parameter
5959

60-
* *AppId* (String) : Subdomain name of an app.
60+
* `AppId` (String) : Subdomain name of an app.
6161

6262
##### Example
6363

@@ -74,10 +74,10 @@ Mendix-ApiKey: 26587896-1cef-4483-accf-ad304e2673d6
7474

7575
List of objects with the following key-value pairs:
7676

77-
* *Name* (String) : Name of the branch. This is 'trunk' for the main line or a specific branch name.
78-
* *DisplayName* (String) : Visible name in the Mendix Portal. For the trunk, this is 'Main line'.
79-
* *LatestRevisionNumber* (Long) : Number of the latest revision.
80-
* *LatestRevisionMendixVersion* (String) : Version string of the Mendix version of the app in this revision.
77+
* `Name` (String) : Name of the branch. This is 'trunk' for the main line or a specific branch name.
78+
* `DisplayName` (String) : Visible name in the Mendix Portal. For the trunk, this is 'Main line'.
79+
* `LatestRevisionNumber` (Long) : Number of the latest revision.
80+
* `LatestRevisionMendixVersion` (String) : Version string of the Mendix version of the app in this revision.
8181

8282
##### Error Codes
8383

@@ -115,8 +115,8 @@ Retrieves a specific branch that belongs to the team server project of a specifi
115115

116116
##### Parameters
117117

118-
* *AppId* (String) : Subdomain name of an app.
119-
* *Name* (String) : Name of the branch to get or 'trunk' to get the main line. The name of the branch should be [URL-encoded](https://www.w3schools.com/tags/ref_urlencode.asp).
118+
* `AppId` (String) : Subdomain name of an app.
119+
* `Name` (String) : Name of the branch to get or 'trunk' to get the main line. The name of the branch should be [URL-encoded](https://www.w3schools.com/tags/ref_urlencode.asp).
120120

121121
##### Example
122122

@@ -133,10 +133,10 @@ Mendix-ApiKey: 26587896-1cef-4483-accf-ad304e2673d6
133133

134134
An object with the following key-value pairs:
135135

136-
* *Name* (String) : Name of the branch. This is 'trunk' for the main line or a specific branch name.
137-
* *DisplayName* (String) : Visible name in the Mendix Portal. For the trunk, this is 'Main line'.
138-
* *LatestRevisionNumber* (Long) : Number of the latest revision.
139-
* *LatestRevisionMendixVersion* (String) : Version string of the Mendix version of the app in the latest revision.
136+
* `Name` (String) : Name of the branch. This is 'trunk' for the main line or a specific branch name.
137+
* `DisplayName` (String) : Visible name in the Mendix Portal. For the trunk, this is 'Main line'.
138+
* `LatestRevisionNumber` (Long) : Number of the latest revision.
139+
* `LatestRevisionMendixVersion` (String) : Version string of the Mendix version of the app in the latest revision.
140140

141141
##### Error Codes
142142

@@ -170,8 +170,8 @@ HTTP Method: GET
170170

171171
##### Parameters
172172

173-
* *AppId* (String) : Subdomain name of an app.
174-
* *Name* (String) : Name of the branch to get. Use `trunk` to get the main line or `branches%2FyourBranchName` for any other development branch.
173+
* `AppId` (String) : Subdomain name of an app.
174+
* `Name` (String) : Name of the branch to get. Use `trunk` to get the main line or `branches%2FyourBranchName` for any other development branch.
175175

176176
##### Examples
177177

@@ -197,11 +197,11 @@ Mendix-ApiKey: 26587896-1cef-4483-accf-ad304e2673d6
197197

198198
List of objects with the following key-value pairs:
199199

200-
* *Number* (Long) : Number of the revision.
201-
* *CommitMessage* (String) : Commit message of the revision.
202-
* *Date* (Date) : Date when the revision is created (or the commit is done).
203-
* *Author* (String) : Creator of the revision (committer).
204-
* *MendixVersion* (String) : Version string of the Mendix version of the app in this revision.
200+
* `Number` (Long) : Number of the revision.
201+
* `CommitMessage` (String) : Commit message of the revision.
202+
* `Date` (Date) : Date when the revision is created (or the commit is done).
203+
* `Author` (String) : Creator of the revision (committer).
204+
* `MendixVersion` (String) : Version string of the Mendix version of the app in this revision.
205205

206206
##### Error Codes
207207

0 commit comments

Comments
 (0)