Commit 814b8deb authored by Dietmar Maurer's avatar Dietmar Maurer

changelog: proxy API call to correct node

Nodes can have different apt sources, so changelog localtion can also differ.
parent f6816604
...@@ -392,6 +392,7 @@ __PACKAGE__->register_method({ ...@@ -392,6 +392,7 @@ __PACKAGE__->register_method({
permissions => { permissions => {
check => ['perm', '/nodes/{node}', [ 'Sys.Modify' ]], check => ['perm', '/nodes/{node}', [ 'Sys.Modify' ]],
}, },
proxyto => 'node',
parameters => { parameters => {
additionalProperties => 0, additionalProperties => 0,
properties => { properties => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment