elastic / app-search-php

Elastic App Search Official PHP Client
https://www.elastic.co/products/app-search
Apache License 2.0
51 stars 21 forks source link

Added put synonyms #18

Closed JasonStoltz closed 3 years ago

JasonStoltz commented 4 years ago

Changes

  1. Added a missing PUT endpoint for synonyms - This was missing from the docs and this spec, but it does exist.
  2. Changed synonyms POST and PUT to use requestBody - It was using query string parameters before, which I'm not sure was quite right.

I will be adding the corresponding section to the documentation: https://swiftype.com/documentation/app-search/api/synonyms#update

JasonStoltz commented 4 years ago

CC @yakhinvadim