Re: [pve-devel] [PATCH v2 common 1/1] API schema: add 'notoken' property

2019-11-24 Thread Fabian Grünbichler
On November 23, 2019 6:08 pm, Thomas Lamprecht wrote: > On 11/21/19 3:43 PM, Fabian Grünbichler wrote: >> to mark API methods which should not be available to clients authenticated >> using an API token >> >> Signed-off-by: Fabian Grünbichler >> --- >> >> Notes: >> if applied, any users of

Re: [pve-devel] [PATCH v2 common 1/1] API schema: add 'notoken' property

2019-11-23 Thread Thomas Lamprecht
On 11/21/19 3:43 PM, Fabian Grünbichler wrote: > to mark API methods which should not be available to clients authenticated > using an API token > > Signed-off-by: Fabian Grünbichler > --- > > Notes: > if applied, any users of this need corresponding versioned depends. > >

[pve-devel] [PATCH v2 common 1/1] API schema: add 'notoken' property

2019-11-21 Thread Fabian Grünbichler
to mark API methods which should not be available to clients authenticated using an API token Signed-off-by: Fabian Grünbichler --- Notes: if applied, any users of this need corresponding versioned depends. src/PVE/JSONSchema.pm | 5 + 1 file changed, 5 insertions(+) diff --git