Skip to content

Apply suggestion

POST
/api/v1/workflows/{workflowId}/smart/suggestions/{id}/apply
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/workflows/example/smart/suggestions/example/apply \
--header 'Authorization: Bearer <token>'
workflowId
required
string
id
required
string

Suggestion applied successfully

Media type application/json
object
workflowId
string
providerOrder
Array<string>
Example generated
{
"workflowId": "example",
"providerOrder": [
"example"
]
}

Suggestion already resolved