We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*
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
With v0.29, users can use:
indexes.*
indexes.create
indexes.get
indexes.update
indexes.delete
settings.*
settings.get
settings.update
tasks.*
tasks.get
dumps.*
dumps.get
stats.*
stats.get
🚨We probably don't need to do anything. The docs already say:
A list of API actions permitted for the key. ["*"] for all actions
["*"]
indexes
settings
tasks
dumps
stats
The text was updated successfully, but these errors were encountered:
Merge #1859
f2d994a
1859: v0.29 r=maryamsulemani97 a=guimachiavelli This is a staging PR for all changes related to Meilisearch v0.29. Please avoid making changes directly to this PR; instead, create new child branches based off this one. Closes meilisearch/integration-guides#213, #1854, #1853, #1852, #1851, #1840, #1839, #1838, #1837, #1846 Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Maryam <[email protected]> Co-authored-by: Clémentine Urquizar <[email protected]>
b7817d3
Successfully merging a pull request may close this issue.
With v0.29, users can use:
indexes.*
: all the index actions are available:indexes.create
,indexes.get
,indexes.update
, andindexes.delete
settings.*
: all the settings actions are available:settings.get
,settings.update
tasks.*
: all the tasks actions are available:tasks.get
dumps.*
: all the dumps actions are available:dumps.get
stats.*
: all the stats actions are available:stats.get
🚨We probably don't need to do anything. The docs already say:
References:
*
forindexes
,settings
,tasks
,dumps
,stats
meilisearch#2560The text was updated successfully, but these errors were encountered: