---++ POST api/entities/touch/:entity-type/:entity-name?skipDryRun=true * Description * Parameters * Results * Examples ---++ Description Force updates the entity. ---++ Parameters * :entity-type can be feed or process. * :entity-name is name of the feed or process. * skipDryRun : Optional query param, Falcon skips oozie dryrun when value is set to true. ---++ Results Result of the validation. ---++ Examples ---+++ Rest Call POST http://localhost:15000/api/entities/touch/process/SampleProcess ---+++ Result { "requestId": "touch\/default\/d6aaa328-6836-4818-a212-515bb43d8b86\n\n", "message": "touch\/default\/SampleProcess updated successfully\n\n", "status": "SUCCEEDED" }