Hello everyone
I don't want to start a discussion around when to use POST/PUT in a REST context, but why can't one use the Logical() API anymore for writing to the new KV Secrets Engine (aka v2)? The KV v2 API supports POST for writes, whereas v1 supports POST & PUT. Since Logical().Write() uses PUT one can't use it for v2 writes anymore.
It is obvious that one can always write some Request code themselves, nevertheless I would prefer an out of the box API for such operations.
Any thoughts?
Thanks
Lars