We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In latest nightly InfluxDB 2.0 build is broken /api/v2/me endpoint.
{ "links": { "logs": "/api/v2/users/04863f56cb5d1000/logs", "self": "/api/v2/users/04863f56cb5d1000" }, "id": "04863f56cb5d1000", "name": "my-user", "status": "" }
Allowed values for status is enum "active" , "inactive".
The text was updated successfully, but these errors were encountered:
temporary fix status issue influxdata/influxdb#15274
9d1923b
Prepared initial version Sphynx documentation, project cleanup (#18)
bac56bd
* refactoring package name * added initial documentation, examples * temporary fix status issue influxdata/influxdb#15274
dearyhud
Successfully merging a pull request may close this issue.
In latest nightly InfluxDB 2.0 build is broken /api/v2/me endpoint.
Allowed values for status is enum "active" , "inactive".
The text was updated successfully, but these errors were encountered: