-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Milestone
Description
Thank you for your great java client implementation. I think i found a small issue:
Looks like the required setter method Authorization.setUserID(String)
is missing.
Could you please add it (or am i getting the topic wrong)?
Steps to reproduce:
Compare API spec Create an authorization request body field userID
with the corresponding class implementation field in Authorization
.
Expected behavior:
In order to create an authorization scoped to an user with the request AuthorizationsApi.createAuthorization(Authorization)
, the Authorization
object needs its userID
field to be set according to API docs.
Actual behavior:
There is no setter for field Authorization.userID
.
Specifications:
- Client Version: 6.6.0
- InfluxDB Version: 2.4
- JDK Version: not relevant
- Platform: not relevant
Metadata
Metadata
Assignees
Labels
No labels