Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Support POST with [] #25

Open
cbullokles opened this issue Feb 18, 2019 · 0 comments
Open

Support POST with [] #25

cbullokles opened this issue Feb 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@cbullokles
Copy link

Describe the bug

Other connectors support multiple objects insertion by using [].

To Reproduce

POST /events
{"type":1, "comment": "NewEvent"}

and

POST /events
[ {"type":1, "comment": "NewEvent"}
{"type":1, "comment": "NewEvent1"}
{"type":1, "comment": "NewEvent2"}
]

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@henriquecarv henriquecarv added the enhancement New feature or request label Feb 18, 2019
@henriquecarv henriquecarv pinned this issue Apr 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants