meilisearch-rust
                                
                                 meilisearch-rust copied to clipboard
                                
                                    meilisearch-rust copied to clipboard
                            
                            
                            
                        Update HTTP methods for v0.28.0
Changes related to the HTTP verbs
Related to:
- issue: https://github.com/meilisearch/meilisearch/issues/2419
To be more compliant with the RESTful good practices we must change the following verbs:
- [ ] PATCH/indexes/{indexUid}instead ofPUT
- [x]  PATCH/indexes/{indexUid}/settingsinstead ofPOST
- [ ]  PATCH/indexes/{indexUid}/settings/typo-toleranceinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/displayed-attributesinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/distinct-attributeinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/filterable-attributesinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/ranking-rulesinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/searchable-attributesinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/sortable-attributesinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/stop-wordsinstead ofPOST
- [x]  PUT/indexes/{indexUid}/settings/synonymsinstead ofPOST