Jean-Baptiste Trystram
Jean-Baptiste Trystram
This is a proposal to add a read only endpoint to the management API, specifically about gateways groups. See #1961 Signed-off-by: Jean-Baptiste Trystram
allows to update parts of multiples devices registration data, using the json patch format. It allows the device registry implementation to override it, as some more features might be needed...
Having an operation to do bulk operation on devices would be helpful to allow UI to manage multiple devices. I propose to have a PATCH operation working similarly to the...
Hello, We are currently working on creating a UI for managing hono devices and credentials and the API misses a few features that we need. I opened specific issues for...
The gateways groups feature requires to add a few API calls. In a UI workflow, when creating a devices, the user can enter the ID of a gateway group for...
but not modify the resources I am thinking it's worth adding a another role : "subscriber" : where you would only be able to subscribe to stream events and not...
currently, "manager" allows editing an app spec and creating and deleting devices, it's a bit dangerous, we need an intermediate role
One major implication is that the user would need to provide a valid Oauth token along with a command. It's worth looking into finding a way to get the client...