You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of objects with the following key-value pairs:
76
76
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.
81
81
82
82
##### Error Codes
83
83
@@ -115,8 +115,8 @@ Retrieves a specific branch that belongs to the team server project of a specifi
115
115
116
116
##### Parameters
117
117
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).
0 commit comments