Missing Required Parameters. Missing required parameters or invalid body fields. The client must send both flowId (UUID v4) and dataToReplace (object).
Error Condition
error.message
Description
Missing / invalid body fields
Request validation failed
One or more fields are missing or have the wrong type/format. See error.details for a per-field breakdown.
Missing required dynamic parameters
Required fields missing: , …
The flow was configured to expect certain parameters that were not supplied.
Invalid flow status
Invalid Flow
The supplied flowId exists, but its status does not allow this operation.
401
Authentication issues. The request failed because no authorization header provided, an incomplete header (e.g. Bearer without token), no authorization header provided, unsupported authorization method, invalid signature, or an expired token.
Error Condition
error.message
Description
No Authorization header
No authorization header provided
Authentication header is completely absent.
Bad header format
Authorization header format error
Header present but incomplete (e.g. Bearer without the token).
Unsupported scheme
Unsupported authorization method
Scheme is not Bearer or Basic.
Token failed validation
Error validating token
Token could not be parsed or verified.
Token expired / not found
Invalid or expired token
Token is syntactically valid but no longer accepted.
404
Flow ID not found. The flowId provided does not exist or does not belong to the authenticated account.
Error Condition
error.message
Description
Unknown flowId
This FlowId was not found
The supplied flowId does not exist.
500
Internal Server Error. Unexpected exception on the server side.
Error Condition
error.message
Description
Internal error
Internal Server Error
Unexpected exception on the server side.
Updated 23 days ago
Language
ShellNodeRubyPHPPython
Credentials
Bearer
JWT
Bearer
Loading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200 - Response400 - RequestValidationFailed400 - Missing required dynamic parameters400 - Invalid flow status401 - No header provided401 - Incomplete header401 - Unsupported scheme401 - Invalid signature401 - Expired token404 - Flow ID not found500 - Internal server error