URL to PUT: http://host:port/nifi-api/processors/processor-id
Example: URL to PUT: http://localhost:9090/nifi-api/processors/3ffe73ef-0177-1000-ffb8-83095c06c1a4#
BODY:
{
"revision": {
"clientId": "3ffca5ff-0177-1000-3426-51cf9b7f834b",
"version": 3
},
"component": {
"id": "3ffe73ef-0177-1000-ffb8-83095c06c1a4",
"config": {
"properties": {
"teste9": "$.teste9",
"teste10": "$.teste10"
}
}
}
}