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
I think they use the same endpoint as normally saving a project does, but with the extra properties original_id (self-explanatory) and is_copy/is_remix (= 1).
Edit: Per the related PR scratchfoundation/scratch-storage#54, it looks like the entire endpoint is POST https://projects.scratch.mit.edu/?original_id=<id>&is_(copy, remix)=1 (whereas just uploading a new project without any original ID and not a copy/remix is POST https://projects.scratch.mit.edu/, and updating is PUT https://projects.scratch.mit.edu/<id>).
I think they use the same endpoint as normally saving a project does, but with the extra properties
original_id
(self-explanatory) andis_copy
/is_remix
(= 1).See scratchfoundation/scratch-gui#3493 for reference.
Edit: Per the related PR scratchfoundation/scratch-storage#54, it looks like the entire endpoint is
POST https://projects.scratch.mit.edu/?original_id=<id>&is_(copy, remix)=1
(whereas just uploading a new project without any original ID and not a copy/remix isPOST https://projects.scratch.mit.edu/
, and updating isPUT https://projects.scratch.mit.edu/<id>
).See also #37.
The text was updated successfully, but these errors were encountered: