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: docs/schemas/config-openapi.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@
265
265
},
266
266
"path": {
267
267
"type": "string",
268
-
"description": "Path is the local path where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
268
+
"description": "Path is either the local path or the URL where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
269
269
"group": "path",
270
270
"group_name": "Source: Local Filesystem"
271
271
},
@@ -885,7 +885,7 @@
885
885
},
886
886
"path": {
887
887
"type": "string",
888
-
"description": "Path is the local path where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
888
+
"description": "Path is either the local path or the URL where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
0 commit comments