Skip to content
Snippets Groups Projects
Commit 79415e8b authored by Alexander Kaschta's avatar Alexander Kaschta :owl:
Browse files

ADD: Optional required_permissions field

parent 3113693d
No related branches found
No related tags found
No related merge requests found
Pipeline #374625 failed
......@@ -107,6 +107,14 @@
"create",
"delete"
]
},
"required_permissions": {
"description": "Array of required NETDB permissions to perform the specified transactions",
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
}
},
"required": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment