Create Deploy

POST
/api/v1/paywall-deploys

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*unknown

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/paywall-deploys"
{  "deployId": "string",  "missing": [    "string"  ]}
{  "_tag": "Api/PaywallDeployUpgradeRequiredError",  "message": "string",  "schemaVersion": 0}
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/PaywallDeployValidationError",  "message": "string",  "violations": [    "string"  ]}
{  "_tag": "Api/PaywallDeployServiceError",  "cause": "string"}