Skip to content

Commit

Permalink
application/json accept header
Browse files Browse the repository at this point in the history
  • Loading branch information
MthwRobinson committed May 31, 2024
1 parent 8fe3408 commit 5c38068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_unstructured_ingest/dest/pinecone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ response_code=$(curl \
-w "%{http_code}" \
--request POST \
--url "https://api.pinecone.io/indexes" \
--header "accept: text/plain" \
--header "accept: application/json" \
--header "content-type: application/json" \
--header "Api-Key: $PINECONE_API_KEY" \
--data '
Expand Down

0 comments on commit 5c38068

Please sign in to comment.