You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue in the repo.
This issue is divided in two sections, first you need to make the implementation, second you must update the code-samples (no one likes a outdated docs, right?).
572: created new snapshot method - fixes#537 r=irevoire a=NoodleSamaChan
# Pull Request
## Related issue
Fixes#537
## What does this PR do?
- creates new snapshot method
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: NoodleSamaChan <lferraraccio@outlook.com>
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#290
This issue is divided in two sections, first you need to make the implementation, second you must update the code-samples (no one likes a outdated docs, right?).
New implementation
Related to:
Add a method
createSnapshot
similar tocreateDump()
to call the newly introducedPOST /snapshots
route and return a task.👉 Usage: https://www.notion.so/meilisearch/Usage-On-demand-snapshots-f105c94abb444b61a9d0f94550a5199e
Code samples:
Inside of this file:
.code-samples.meilisearch.yml
:create_snapshot_1:
containing a call to thecreateSnapshot()
method.Use this as a reference if the previous description was not helpful:
Todo:
createSnapshot
methodThe text was updated successfully, but these errors were encountered: