Closed
Description
Describe the bug
Plugin suggests GET /_script/<script-id>
and the correct endpoint is GET /_scripts/<script-id>
- notice the 's' at the end. The result is error 405 Incorrect HTTP method for uri. Appending the 's' at the end of a phrase '_script' along with script_id returns 200 properly.
Steps to reproduce
Begin writing "GET /_script", context menu will show up with said endpoint.
Expected behavior
Should point to GET /_scripts/<script-id>
.
Environment information: