Copy
Ask AI
curl -X PATCH "https://api.stack-ai.com/indexing/v0/urls/{flow_id}/{org_id}/{node_id}" \
-H "Authorization: Bearer <your-private-key>" \
-H "Content-Type: application/json" \
-d '["http://example-update.com", "http://example-update.org"]'

