v1

latestSwagger 2.0Proprietary License2026-07-1788119346.7 KB
Modules

Patch system module file and content (in base64) by module name, version and relative path

put/modules/{module_name}/versions/{version}/files/file

Path parameters

module_namestring required

module name without spaces

versionstring required

module version string according semantic version format

Request body

action'move' | 'remove' | 'save' required
datastring
newpathstring
pathstring required

Response

action on system module file did successful

dataobject
statusstring

Example response

{
  "status": "success"
}