Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Are batch operations on ONE element equally efficient as their single counterparts? #43

Description

@Danita

I mean, can I just replace...

  • DELETE /rest/v2/:domain/:user/mailbox/message/:uuid with
  • DELETE /rest/v2/:domain/:user/mailbox/message

and

  • PUT /rest/v2/:domain/:user/mailbox/message/:uuid with
  • PUT /rest/v2/:domain/:user/mailbox/message

...and send a JSON array consisting of a single :uuid ?

Are there any side effects?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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