Update a workspace addon
update workspace addons
Authentication: required
PUT
Update a workspace addon
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
text/x-xanoscript
The body is of type string.
Example:
"addon foo {\n input {\n int foo_id {\n dbtable = \"foo\"\n }\n }\n stack {\n db.query foo {\n search = $db.foo.id == $input.foo_id\n return_single = {}\n }\n }\n}\n"
Response
Success!
Update a workspace addon