Add a workspace addon
add workspace addons
Authentication: required
POST
Add a workspace addon
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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 where = $db.foo.id == $input.foo_id\n return = {type: \"single\"}\n }\n }\n}\n"
Response
Success!
Add a workspace addon