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): remove FluxLinks schema #13156

Merged
merged 1 commit into from
Apr 8, 2019

Conversation

zhulongcheng
Copy link
Contributor

@zhulongcheng zhulongcheng commented Apr 4, 2019

Closes #13145

The FluxLinks

influxdb/http/swagger.yml

Lines 5910 to 5921 in 7782932

FluxLinks:
type: object
properties:
ast:
type: string
format: uri
self:
type: string
format: uri
suggestions:
type: string
format: uri

has been replaced by

influxdb/http/swagger.yml

Lines 5948 to 5965 in 7782932

query:
type: object
properties:
self:
type: string
format: uri
ast:
type: string
format: uri
analyze:
type: string
format: uri
spec:
type: string
format: uri
suggestions:
type: string
format: uri

Related PR https://github.com/influxdata/platform/pull/2088

Briefly describe your proposed changes:

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Rebased/mergeable
  • Tests pass
  • http/swagger.yml updated (if modified Go structs or API)
  • Sign CLA (if not already signed)

@zhulongcheng zhulongcheng requested a review from a team as a code owner April 4, 2019 16:17
@kelwang kelwang merged commit 34d631a into influxdata:master Apr 8, 2019
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