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

Support POST with [] #25

@cbullokles

Description

@cbullokles

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions