POST
/
v1
/
workflows
/
{workflow}
/
deploy
curl --request POST \
  --url https://api.base39.io/v1/workflows/{workflow}/deploy \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow
string
required

ID do workflow

Response

204
_mintlify/placeholder

No Content