Dry-run module component updates (Admin)
POST
/bridge-payment/admin/plugins/{module_id}/update/dry-run
Builds an update plan from manifest vs registry (non-core components with newer version or checksum drift), then reuses install dry-run semantics.
Request body (optional):
components: string[] — limit to these component ids; if omitted, all non-core components eligible for update are consideredruntime_scope(defaultflowless-core)verify_checksum(defaulttrue)verbose(defaultfalse)
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Parameters
Path Parameters
module_id*
Typestring
RequiredPattern
"^[a-z0-9][a-z0-9-]*$"Request Body
application/json
JSON
{
"components": [
"string"
],
"runtime_scope": "flowless-core",
"verify_checksum": true,
"verbose": false
}
Responses
Dry-run plan