API Endpoints
Add task instructions
Add (append) instructions to an existing task. For example: provide an OTP code after initiating a login task.
POST
Add instructions to a task
Authorizations
Insert API token, use the format: apikey <API-TOKEN>.
Path Parameters
The ID of the task you want to add instructions to.
Body
application/json
Previous
Update task instructionsUpdate (replace) instructions for an existing task, use this to overwrite the full set of task instructions.
Next
Add instructions to a task