External API calls
Update external API call
Update one external API call step.
PATCH
Updates one external API call record. The wire-format object is still called
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/jsonPath parameters
string
required
External API call step ID to update.
Body parameters
string
Updated step name.
string
Updated request URL. Supports
${fieldName} interpolation from inputs and ${stepId.responseMappingKey} interpolation from earlier external API calls. {{placeholder}} syntax is not supported.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 updatedData Step with sensitive values masked.
Errors
400 Bad Request
400 Bad Request
The body is malformed.
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while updating the Data Step, for example when the ID does not exist.

