Skip to content

Commit 7e8b651

Browse files
committed
restore cloud api intro
1 parent b198076 commit 7e8b651

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

umbraco-cloud/set-up/project-settings/umbraco-cicd/UmbracoCloudApi.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# 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.
23

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.
65

6+
{% hint style="info" %}
77
## Changes between endpoints for version 1 and 2
8+
With the endpoints for version 2, you are given more control over the process.
89

910
These are the most important differences between the V1 and V2 endpoints:
1011

1112
- With version 2, it is possible to target a flexible environment or the left-most environment.
1213
- More options are available when deploying.
1314
- Simplified api call flow: Uploading an artifact is decoupled from the actual deployment.
1415

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).
19+
20+
{% endhint %}
1621

1722
## Getting started
1823

0 commit comments

Comments
 (0)