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

BUG: ?meta ignored on GET /things if no id specified #1099

Closed
etiennedi opened this issue Mar 2, 2020 · 1 comment · Fixed by #1100
Closed

BUG: ?meta ignored on GET /things if no id specified #1099

etiennedi opened this issue Mar 2, 2020 · 1 comment · Fixed by #1100
Labels

Comments

@etiennedi
Copy link
Member

Reproduce

  • Add thing that has meta info
  • GET /v1/things/{id}
  • GET /v1/things/

Expected behavior

Both requests include meta info

Actual behavior

  • Single request contains meta
  • List request ignores meta
@etiennedi etiennedi added the bug label Mar 2, 2020
@etiennedi
Copy link
Member Author

Discovered as part of implementation of #1041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant