Replace a module via direct URL
Downloads a .tar.zst archive from the supplied direct URL and replaces the existing module installation. The stored registry source is cleared, making the module a direct-installed item. After a successful archive replacement every non-missing service targeting this adapter is regenerated via the new module’s generateDefinition. Services that fail regeneration are marked stale and cannot be invoked until synced.
Path Parameters
Module identifier.
1Body
Request body used to replace a module via a direct download URL.
Direct URL of the new .tar.zst module archive to replace the existing installation.
1Response
Update result for the requested module.
Response returned by the module update endpoint.
Whether the module was updated (false if no change detected).