Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

patch curl

curl -X PATCH http(s)://<subdomain.domain>/<endpoint>
     -H 'Content-Type: application/json'
     -d '{"Id": 78912, "Customer": "Jason Sweet", "Quantity": 1}'
 
PREVIOUS NEXT
Tagged: #patch #curl
ADD COMMENT
Topic
Name
6+8 =