Skip to content
New issue

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

docs(http): fix the documentation for the query swagger endpoint #15181

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

jsternberg
Copy link
Contributor

The /query swagger endpoint now specifies that error messages are
returned as the standard JSON schema. The standard JSON schema has also
been changed slightly so that only code and message are documented
and the intention is that we will flatten the message from an
influxdb.Error before we encode the JSON.

#14974

The `/query` swagger endpoint now specifies that error messages are
returned as the standard JSON schema. The standard JSON schema has also
been changed slightly so that only `code` and `message` are documented
and the intention is that we will flatten the message from an
`influxdb.Error` before we encode the JSON.
@jsternberg jsternberg requested review from a team as code owners September 18, 2019 15:40
Copy link
Contributor

@imogenkinsman imogenkinsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

@jsternberg jsternberg merged commit ff7d13a into master Sep 18, 2019
@jsternberg jsternberg deleted the docs/swagger-query-endpoint branch September 18, 2019 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants