Skip to content

Commit

Permalink
update endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Jan 7, 2025
1 parent 5405b46 commit 7be1a5b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ qx.Class.define("osparc.data.Resources", {
getPageTrashed: {
useCache: false,
method: "GET",
url: statics.API + "/projects?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
url: statics.API + "/projects:search?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
},
postToTemplate: {
method: "POST",
Expand Down Expand Up @@ -327,7 +327,7 @@ qx.Class.define("osparc.data.Resources", {
getPageTrashed: {
useCache: false,
method: "GET",
url: statics.API + "/folders?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
url: statics.API + "/folders:search?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
},
post: {
method: "POST",
Expand Down Expand Up @@ -373,7 +373,7 @@ qx.Class.define("osparc.data.Resources", {
getPageTrashed: {
useCache: false,
method: "GET",
url: statics.API + "/workspaces?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
url: statics.API + "/workspaces:search?filters={%22trashed%22:%22true%22}&offset={offset}&limit={limit}&order_by={orderBy}"
},
post: {
method: "POST",
Expand Down

0 comments on commit 7be1a5b

Please sign in to comment.