Skip to content

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 considered
  • runtime_scope (default flowless-core)
  • verify_checksum (default true)
  • verbose (default false)

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters

Path Parameters

module_id*
Typestring
Required
Pattern"^[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

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI