Testing firefox inspect element network tab and getting a list of all project-related requests. changing the title, instructions and notes and credits all send POST requests to https://api.scratch.mit.edu/projects/[ID]. Changing instructions changes the instructions variable, changing NaC changes the description variable and changing title sends no requests changing the thumbnail sends a POST request to https://scratch.mit.edu/internalapi/project/thumbnail/[ID]/set/ which requires your session ID sharing a project sends a PUT request to https://api.scratch.mit.edu/proxy/projects/[ID]/share with response 'is_published: true', whereas unsharing a project via the editor using nono word sends a PUT request to the same project with response 'is_published: false"
test