Skip to content

Commit

Permalink
Fix shipments/:id/label cURL request
Browse files Browse the repository at this point in the history
  • Loading branch information
kev-chien committed Nov 26, 2022
1 parent 200893d commit 4ef751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/docs/curl/current/shipments/label.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
curl -X POST https://api.easypost.com/v2/shipments/shp_.../label \
curl -X GET https://api.easypost.com/v2/shipments/shp_.../label \
-u "$EASYPOST_API_KEY": \
-H 'Content-Type: application/json' \
-d '{
Expand Down

0 comments on commit 4ef751d

Please sign in to comment.