Skip to main content
POST
/
v2
/
tasks
/
{taskId}
/
publish-draft
Publish Task Draft
curl --request POST \
  --url https://api.anchorbrowser.io/v2/tasks/{taskId}/publish-draft \
  --header 'anchor-api-key: <api-key>'
{}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

taskId
string
required

Response

Draft published successfully.

The response is of type object.