Skip to content
English

Get lists of allowed commit commands

GET
/system/dbconf/commands
curl --request GET \
--url https://example.com/api/v1/system/dbconf/commands \
--cookie grommunioAuthJwt=<grommunioAuthJwt>

Commands returned

Media typeapplication/json
object
key

List of commands allowed for key commits

Array<string>
file

List of commands allowed for file commits

Array<string>
service

List of commands allowed for service commits

Array<string>
Examplegenerated
{
"key": [
"example"
],
"file": [
"example"
],
"service": [
"example"
]
}