Skip to main content
PATCH
Update an activity step

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

stepId
string<uuid>
required

Unique identifier (UUID) of the step within the activity.

Body

application/json

Patch payload for an activity step. Only scriptBody is currently writable; unknown fields are silently ignored for legacy compatibility.

scriptBody
string | null

New script source for SCRIPT-kind steps. Pass null to clear.

Response

Updated step (legacy id-shaped response)

id
string

ID of the patched step.