Skip to content

Run module component updates (Admin)

POST
/bridge-payment/admin/plugins/{module_id}/update

Applies the update plan (same body as update dry-run). Internally delegates to install/run with repair_missing: true for eligible components.

Responses: Same semantics as POST .../{module_id}/run (200, 207, 4xx/5xx).

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

Update completed with no failures

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI