Skip to main content
POST
/
modules
/
{moduleId}
/
update
Update a module from its stored registry
curl --request POST \
  --url http://localhost:9371/modules/{moduleId}/update
{
  "updated": true
}

Path Parameters

moduleId
string
required

Module identifier.

Minimum string length: 1

Response

Update result for the requested module.

Response returned by the module update endpoint.

updated
boolean
required

Whether the module was updated (false if no change detected).

Last modified on July 1, 2026