Partially update one workflow step’s config without touching other steps or posting-level fields. step_id is the step’s type or its 1-based order.
Documentation Index
Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Pass your key in the X-API-KEY header.
Partial update of a workflow step's config.
Partial step config. Allowed keys depend on the step's agent type (see the matching step config in the create request). Nested objects are replaced as a whole. Unknown keys return 400.
{
"company_overview_delivery_mode": "summarized_delivery",
"instructions": "Updated step-only instructions."
}Successful Response
A job posting with its full agentic workflow configuration.
A posting represents a complete hiring pipeline — it defines the job, the AI agents involved, and how candidates progress through each screening step.
Optional metadata. Shape varies by endpoint.