Skip to main content
POST
/
v1
/
playbooks
/
deploy
DeployPlaybook
curl --request POST \
  --url https://app.textql.com/v1/playbooks/deploy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "playbookId": "<string>"
}
'
{
  "playbookId": "<string>",
  "deployedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
playbookId
string
Minimum string length: 1

Response

Success

playbookId
string
deployedAt
string<date-time>

RFC 3339 timestamp format (e.g., "2024-12-25T12:00:00Z")