Create Userscript by JSON | Creates a new userscript. | |
Delete Userscript | Deletes a userscript uniquely identified by its namespace, name, and version. |
/userscripts /{namespace}/{name}/{version}
DELETE |
Get all Userscripts | Provides access to the list of userscripts that are currently stored in the userscripts repository. | |
Get Userscript | Provides access to a unique userscript by its namespace, name, and version. |
/userscripts /{namespace}/{name}/{version}
GET |
Update Userscript by JSON | Updates an existing userscript. | |