Skip to main content
PATCH
Update a workflow step's config

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string | null
Authorization
string | null
X-Workspace-Id
string | null

Path Parameters

posting_id
string
required
step_id
string
required

Body

application/json

Partial update of a workflow step's config.

config
Config · object
required

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.

Example:

Response

Successful Response

data
PostingResponse · object
required

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.

meta
Meta · object | null

Optional metadata. Shape varies by endpoint.