Skip to content
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

Update getting_started code-samples #451

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

meili-bot
Copy link
Contributor

This PR is auto-generated.
Update the code-samples.meilisearch.yml according to the documentation issue.
The api_key field is missing in the instantiation of the client in the getting started samples.
Add aSampleMasterKey as the api_key.
cURL example:

    curl \
  -X POST 'http://localhost:7700/indexes/movies/documents?primaryKey=id' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer aSampleMasterKey' \
  --data-binary @movies.json

@meili-bot meili-bot added documentation Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs labels Jul 3, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@brunoocasali brunoocasali marked this pull request as ready for review July 11, 2023 12:30
@meili-bors
Copy link
Contributor

meili-bors bot commented Jul 11, 2023

@meili-bot meili-bot merged commit 2f965df into main Jul 11, 2023
@meili-bot meili-bot deleted the meili-bot/getting-started-code-samples branch July 11, 2023 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants