Skip to main content
PATCH
/
api
/
workflow
/
{id}
Update an existing workflow
curl --request PATCH \
  --url https://app.scrapeautomate.com/api/workflow/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'

Path Parameters

id
string
required

Query Parameters

api_key
string
required

Body

application/json
config
object
name
string

Response

200

Workflow updated successfully