POST
/
ref
/
{ref}
curl --request POST \
  --url http://local.suborbital.network/:{port}/ref/{ref} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: text/plain' \
  --data '"<string>"'

Authorizations

Authorization
string
headerrequired

Execution API requests require an Authorization Bearer header with your Suborbital Compute Environment token.

Headers

X-Suborbital-State
string

Path Parameters

ref
string
required

The module reference

Body

text/plain ยท string

The body is of type string.