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: index/server/registry-REST-API.adoc
+96-1Lines changed: 96 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1990,4 +1990,99 @@ commands:
1990
1990
group:
1991
1991
kind: test
1992
1992
isDefault: true
1993
-
----
1993
+
----
1994
+
1995
+
== Download Starter Project from requested Devfile
1996
+
1997
+
Fetches starter project specified in requested registry stack devfile with version's content and provides an archive (zip) file download as the HTTP response.
1998
+
1999
+
Note: Only provides download as the response, not the devfile content.
2000
+
2001
+
=== HTTP Request
2002
+
[source]
2003
+
----
2004
+
GET http://{registry host}/devfiles/{stack}/starterProjects/{starterProject}
0 commit comments