Commit 40566d57 authored by Dietmar Maurer's avatar Dietmar Maurer

fix permissions on subscription api

parent 4e4ee68e
......@@ -275,6 +275,7 @@ __PACKAGE__->register_method ({
method => 'GET',
description => "Read subscription info.",
proxyto => 'node',
permissions => { user => 'all' },
parameters => {
additionalProperties => 0,
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