Builder
Build plugin
Builds the provided code using the specified language toolchain.
POST
/
api
/
v1
/
build
/
{language}
/
{environment}
.
{userID}
/
{namespace}
/
{pluginName}
Authorizations
Builder API requests require a Bearer header with an editor token. Obtain an editor token from the Adminstrative API.
Path Parameters
The language toolchain used to configure the builder
The root compute environment (i.e. the vendor)
The vendor's user
The plugin namespace (vendor-defined groups of plugins)
The plugin name (user-defined)
Body
text/plain · string
The body is of type string
.
Response
200 - text/plain
The response is of type string
.