latestSwagger 2.02026-07-175271155.8 KB
f3a5fe2fe9c6
model
system config create
create system config
post/api/v1/systems/{system_id}/configs/{name}
Path parameters
system_idstring required
System ID
name'"action_groups"' required
Config Name
Request body
Example request
[
{
"actions": [
{
"id": "edit"
}
],
"name": "admin",
"name_en": "admin"
}
]Response
OK