Skip to content

Commit

Permalink
Fix unclosed single quote in master/API key code sample (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Sep 26, 2023
1 parent 529b655 commit 2060089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ security_guide_search_key_1: |-
-H 'Authorization: Bearer API_KEY'
security_guide_update_key_1: |-
curl \
-X PATCH 'http://localhost:7700/keys/74c9c733-3368-4738-bbe5-1d18a5fecb37 \
-X PATCH 'http://localhost:7700/keys/74c9c733-3368-4738-bbe5-1d18a5fecb37' \
-H 'Authorization: Bearer MASTER_KEY' \
-H 'Content-Type: application/json' \
--data-binary '{ "description": "Default Search API Key" }'
Expand Down

0 comments on commit 2060089

Please sign in to comment.