Skip to main content
PATCH
Update data step
Updates one Data Step. All fields are optional; send only what you want to change.
Sensitive header and body values are preserved when you echo the masked "********" back. Send a new string to replace a secret. See Sensitive values and masking.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.
string
required
application/json

Path parameters

string
required
Data Step ID to update.

Body parameters

string
Updated step name.
string
Updated request URL.
string
Updated HTTP verb.
object
Updated request headers. Echo the masked value back to keep a stored secret.
object
Updated request body, with the same masking behavior as headers.
ResponseMapping
Updated output mapping. See ResponseMapping.

Response

Returns the updated Data Step with sensitive values masked.

Errors

The body is malformed.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the write scope required for this route.
Fini failed while updating the Data Step, for example when the ID does not exist.