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: spec/application_manager_v1.yml
+63-7Lines changed: 63 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
openapi: 3.0.0
3
3
info:
4
-
title: Deployment v1
4
+
title: Application Manager v1
5
5
description: >
6
6
The Application Manager API exists to provide Mule Application management operations from Anypoint Control Planes to any Runtime Plane, with capabilities that include:
7
7
- Deploying a Mule Application or API to a Mule Runtime
@@ -12,7 +12,7 @@ info:
12
12
- Starting, Stopping or Restarting applications
13
13
- etc.
14
14
This API currently supports deployments to Cloudhub 1.0 targets only.
Copy file name to clipboardExpand all lines: spec/application_manager_v2.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
openapi: 3.0.0
4
4
info:
5
-
title: Deployment
5
+
title: Application Manager v2
6
6
description: >
7
7
The Application Manager API exists to provide Mule Application management operations from Anypoint Control Planes to any Runtime Plane, with capabilities that include:
8
8
- Deploying a Mule Application or API to a Mule Runtime
0 commit comments