Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save somewherewarm-snippets/ecd801ffb16e296b1b11c59603bda279 to your computer and use it in GitHub Desktop.
Save somewherewarm-snippets/ecd801ffb16e296b1b11c59603bda279 to your computer and use it in GitHub Desktop.
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 '{
"meta_data": [
{
"key": "sample key 1",
"value": "this is the updated value"
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment