POST
/
api
/
v1
/
draft
/
{environment}
.
{userID}
/
{namespace}
/
{pluginName}
/
promote
curl --request POST \
  --url http://local.suborbital.network/:{port}/api/v1/draft/{environment}.{userID}/{namespace}/{pluginName}/promote \
  --header 'Authorization: Bearer <token>'
{
  "version": "<string>"
}

Authorizations

Authorization
string
headerrequired

Builder API requests require a Bearer header with an editor token. Obtain an editor token from the Adminstrative API.

Path Parameters

environment
string
required

The root compute environment (i.e. the vendor)

userID
string
required

The vendor's user

namespace
string
required

The plugin namespace (vendor-defined groups of plugins)

pluginName
string
required

The plugin name (user-defined)

Response

200 - application/json
version
string
required