curl -X PATCH https://agent.usedari.com/portals/my-org/insurance_quote \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "start_url": "https://example.com/new-quote", "task": "Fill out the updated insurance quote form" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "org_id": "my-org", "endpoint_name": "insurance_quote", "start_url": "https://example.com/new-quote", "task": "Fill out the updated insurance quote form", "form_schema": { "type": "object", "properties": {} }, "output_schema": null, "profile_id": null, "humanized_urls": null, "webhook_url": null, "skills": [], "created_at": "2025-01-15T10:30:00Z", "updated_at": "2025-01-16T09:00:00Z" }
Update an existing portal
null