Skip to content

Run Module Update

POST
/api/v1/modules/install/{module_id}/update

Applies updates to selected or all outdated components.

Authorizations

SessionAuth

Session ID for authenticated requests

Type
API Key (header: X-Session-ID)

Parameters

Path Parameters

module_id*
Type
string
Required

Request Body

application/json
JSON
{
  
"components": [
  
  
"string"
  
],
  
"runtime_scope": "flowless-core",
  
"verify_checksum": true
}

Responses

Update executed

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI