...
Response: [Status: 200]
Code Block |
---|
$ curl -u"user:pass" username -XPOST -H "Content-Type: application/json" --data '{"pageId":342345, \ "fieldName":"customer.name", "fieldValue":"ILA"}' http://localhost:8090/rest/pagefields/1.0/utility/update/field Enter host password for user 'username': {"field":10,"message":"[Info] Updated Page Field ID #10"} $ |
...