Skip to main content
PUT
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

definition_id
string
required

Body

application/json

Patch a BatchDefinition; the service forks a new version row.

name
string | null
agent_id
string | null

If set, re-resolves and re-pins the agent spec

input_datasource_id
string | null
filters
BatchDefinitionFilters · object | null

Recipe-level filters. element_ids belongs here; per-execution overrides use BatchInputOverrides on the execution row.

output_datasource_id
string | null
user_message
string | null
concurrency
integer | null
Required range: 1 <= x <= 999
retry_limit
integer | null
Required range: 0 <= x <= 999
recurrence_cron
string | null
description
string | null
execution_policy
ExecutionPolicy · object | null

Inline execution policy constraints (datasources, tools)

execution_policy_ids
string[] | null

IDs of stored ExecutionPolicies to compose

Response

Successful Response

New version metadata returned after a successful update fork.

id
string
required
catalog_urn
string
required
version
string
required