cURL
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" }
Deploy a playbook by playbookId
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Success
RFC 3339 timestamp format (e.g., "2024-12-25T12:00:00Z")