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
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/deployment/build-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,9 +296,9 @@ An object with the following key-value pairs:
296
296
297
297
{{% alert color="warning" %}}
298
298
299
-
- For apps using SVN for version control, this call will build the specified revision even if that revision is not on the specified branch.
299
+
* For apps using SVN for version control, this call will build the specified revision even if that revision is not on the specified branch.
300
300
301
-
- For apps using Git for version control, using a short commit hash can cause timeouts with large repositories. Mendix recommends using the full commit hash
301
+
* For apps using Git for version control, using a short commit hash can cause timeouts with large repositories. Mendix recommends using the full commit hash
description: "The Project Category API manages your project categories."
6
+
weight: 100
7
+
restapi: true
8
+
---
9
+
10
+
## Introduction
11
+
12
+
The Mendix Project Category API allows you to create, edit or delete your project categories.
13
+
14
+
## Authentication {#authentication}
15
+
16
+
Authentication for the Project Category API uses a personal access token (PAT).
17
+
18
+
### Generating a PAT {#generate}
19
+
20
+
For details on how to generate a PAT, refer to the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section of *User Settings*.
21
+
22
+
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.
23
+
24
+
Store the generated value somewhere safe so you can use it to authorize your API calls.
25
+
26
+
### Using the PAT
27
+
28
+
Each request must contain an `Authorization` header with the value `MxToken {GENERATED_PAT}`. For example:
description: "This API allows you to manage pipelines in Private Mendix Platform."
6
+
restapi: true
7
+
weight: 60
8
+
linktitle: "Pipeline API"
9
+
---
10
+
11
+
{{% alert color="info" %}}
12
+
This document is about [Private Mendix Platform](/private-mendix-platform/) API. This API is only available on instances of Private Mendix Platform. For [Mendix on Kubernetes](/developerportal/deploy/private-cloud/) API, see [Mendix on Kubernetes Build API](/apidocs-mxsdk/apidocs/private-cloud-build-api/) and [Mendix on Kubernetes Deploy API](/apidocs-mxsdk/apidocs/private-cloud-deploy-api/).
13
+
{{% /alert %}}
14
+
15
+
## Introduction
16
+
17
+
The Private Mendix Platform Project API allows you to manage pipelines in Private Mendix Platform. You can use the API to do the following:
18
+
19
+
* Get pipeline running information.
20
+
* Set the current step status of the pipeline.
21
+
* Create a pipeline for build or deployment.
22
+
* Approve or reject a manual step of a waiting pipeline.
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/extensibility-api/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ For information on new releases of the Extensibility API see:
20
20
21
21
## Introduction
22
22
23
-
Extensions are self-contained modules which users can add to Studio Pro. This means that with extensibility you can add new features and functionality to Studio Pro. The Extensibility API is an API that allows developers to interact with a curated list of internal systems of Studio Pro. This documentation provides guides and reference documentation for the Extensibility API.
23
+
Extensions are self-contained modules that enhance Studio Pro by adding new features and functionality. The Extensibility API allows you to interact with a curated set of internal systems, extending Studio Pro’s capabilities with functionality you can define yourself.
24
24
25
-
The API is provided in two flavors, depending which language you are developing in. C# and web based (via Typescript):
25
+
The API is provided in two versions, depending on the language you are developing in:
0 commit comments