-
Notifications
You must be signed in to change notification settings - Fork 122
Update Keys API for Meilisearch v.28 #517
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the name of the PR with more context? For example
Update Keys API for Meilisearch v.28
Could you double check the documentation above the methods? I maybe forgot to suggest some changes
Co-authored-by: cvermand <[email protected]>
Co-authored-by: cvermand <[email protected]>
Co-authored-by: cvermand <[email protected]>
Co-authored-by: cvermand <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥🔥🔥🔥🔥 GREAT WORK
Pull Request
Related to: meilisearch/integration-guides#205
What does this PR do?
Breaking because enforces the users to use Meilisearch v0.28.0
Changes
PATCH /keys/:uid_or_key
can update onlyname
anddescription
fields.:name
and:uid
attributes in Keys classclient.getKeys()
accept pagination metadata, added limit (default: 20), offset (default: 0).KeyUpdate
classKeysQuery
class