We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f43ade commit 4e4675fCopy full SHA for 4e4675f
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -274,8 +274,8 @@ qx.Class.define("osparc.data.Resources", {
274
url: statics.API + "/projects/{studyId}/folders/{folderId}"
275
},
276
moveToWorkspace: {
277
- method: "PUT",
278
- url: statics.API + "/projects/{studyId}/workspaces/{workspaceId}"
+ method: "POST",
+ url: statics.API + "/projects/{studyId}/workspaces/{workspaceId}:move"
279
280
}
281
0 commit comments