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: umbraco-cloud/set-up/project-settings/umbraco-cicd/UmbracoCloudApi.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,23 @@
1
1
# Cloud API For CI/CD Flow
2
+
The Umbraco Cloud API serves as a publicly accessible endpoint that customers can utilize to execute relevant tasks.
2
3
3
-
With the endpoints for version 2, you are given more control over the process.
4
-
5
-
The V1 endpoints are still available, you can see the [V1 api documentation here](./V1-UmbracoCloudApi.md).
4
+
While its initial focus is on automating and managing deployments in Umbraco Cloud projects via the "Umbraco CI/CD Flow," future enhancements will broaden its capabilities to encompass a wider range of activities and options for Umbraco Cloud users.
6
5
6
+
{% hint style="info" %}
7
7
## Changes between endpoints for version 1 and 2
8
+
With the endpoints for version 2, you are given more control over the process.
8
9
9
10
These are the most important differences between the V1 and V2 endpoints:
10
11
11
12
- With version 2, it is possible to target a flexible environment or the left-most environment.
12
13
- More options are available when deploying.
13
14
- Simplified api call flow: Uploading an artifact is decoupled from the actual deployment.
14
15
15
-
[Do you want to migrate from V1 to V2 endpoints?](./Migrate.md)
16
+
[Do you want to migrate from V1 to V2 endpoints?](./samplecicdpipeline/migrate.md)
17
+
18
+
The V1 endpoints are still available, you can see the [V1 api documentation here](./v1-umbraco-cloud-api.md).
0 commit comments