v1

latestSwagger 2.0Proprietary License2026-07-1788119346.7 KB
Policies
Modules

Update or patch policy module data by policy hash and module name

put/policies/{hash}/modules/{module_name}

Path parameters

hashstring required

policy hash in hex format (md5)

module_namestring required

module name without spaces

Request body

action'activate' | 'deactivate' | 'store' | 'update' required

Action on group module must be one of activate, deactivate, update, store

versionstring

Response

policy module patched successful

dataobject
statusstring

Example response

{
  "status": "success"
}