Created
June 8, 2021 12:57
-
-
Save somewherewarm-snippets/fed5c4cf10c003f9b8c219834737a5d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -X PUT 'https://example.com/wp-json/wc/v3/gift-cards/177' \ | |
| -u consumer_key:consumer_secret \ | |
| -H 'Content-Type: application/json' \ | |
| --data-raw '{ | |
| "message": "This is the updated message", | |
| "sender": "Awesome Sender", | |
| "sender_email": "awesome@somewherewarm.local" | |
| }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment