Update an activity step
Patches a single step on an activity. Whitelist: only scriptBody is writable, and only on SCRIPT-kind steps — non-SCRIPT kinds return 400. Unknown fields are silently ignored for legacy parity.
Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Path Parameters
Unique identifier (UUID) of the resource.
Unique identifier (UUID) of the step within the activity.
Body
Patch payload for an activity step. Only scriptBody is currently writable; unknown fields are silently ignored for legacy compatibility.
New script source for SCRIPT-kind steps. Pass null to clear.
Response
Updated step (legacy id-shaped response)
ID of the patched step.
