Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-Add the DeleteByQuery Functionality #513

Merged
merged 3 commits into from
Dec 16, 2016

Commits on Dec 12, 2016

  1. Re-Add the DeleteByQuery Functionality

    Reverts 9f3776a and brings the
    `DeleteByQuery` endpoint up to spec with the current API.
    chrisguitarguy committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    eab546c View commit details
    Browse the repository at this point in the history
  2. Remove slice as a Parameter from DeleteByQuery

    It's in the request body, not the query string.
    chrisguitarguy committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    a12f0ac View commit details
    Browse the repository at this point in the history
  3. Include All the DeleteByQuery Params

    Generated from a bit of scripting around the delete by query api spec.
    chrisguitarguy committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    11246f9 View commit details
    Browse the repository at this point in the history