from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
# Create request body
body = UpdateBatchDefinitionRequest(name="Example")
result = client.batches.update_by_id("definition_id_value", body=body)
print(result){
"id": "<string>",
"catalog_urn": "<string>",
"version": "<string>"
}from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
# Create request body
body = UpdateBatchDefinitionRequest(name="Example")
result = client.batches.update_by_id("definition_id_value", body=body)
print(result){
"id": "<string>",
"catalog_urn": "<string>",
"version": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Patch a BatchDefinition; the service forks a new version row.
If set, re-resolves and re-pins the agent spec
Recipe-level filters. element_ids belongs here; per-execution overrides use BatchInputOverrides on the execution row.
Show child attributes
1 <= x <= 9990 <= x <= 999Was this page helpful?