Insert and update should return the passed value
Open
epic/CRUD
priority/important-longterm
- Dominant language
- Python
- Stars
- 31
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
DESCRIPTION:
A user would expect that when they call an insert or update endpoint, the value they passed would be returned to them to confirm it has been successfully inserted or updated. This allows a QA process on their side.
EXPECTED:
Test for every indexer: when we index data we should get the same data returned that we passed
Contributor guide
Assessment
This issue has not been assessed yet.