Skip to content

Mongo update is piggybacking on delete #65

@pradeeban

Description

@pradeeban

Some example queries as of now:
For delete:
curl -X "DELETE" http://localhost:9099/services/mongo/updatemongo/delete/delete

For update:
curl -X "DELETE" http://localhost:9099/services/mongo/updatemongo/delete/update

The update API should be fixed as below.

curl -X "PUT" http://localhost:9099/services/mongo/updatemongo/update/update

The front ends should be fixed to separate DELETE and PUT. Currently, they are described as "PUT/DELETE".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions