Skip to content

Commit

Permalink
Merge pull request #48 from kev-chien/master
Browse files Browse the repository at this point in the history
Fix shipments/:id/label cURL request
  • Loading branch information
Justintime50 authored Nov 27, 2022
2 parents 200893d + 4ef751d commit ccb3208
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 ccb3208

Please sign in to comment.