Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.18.0
-
None
Description
The comment field is not set for the newly created process group.
curl -H "Content-Type: application/json" -X POST -H "Authorization: Bearer <your_token>" -k -d '{"revision": {"version": 0}, "position": {"x": 0.0, "y": 0.0}, "component": {"name": "Curl Test Group", "comments": "This is a comment"}}' https://<hostname>:8443/nifi-api/process-groups/<parent_process_group_id>/process-groups
The comment ("This is a comment") is not shown on the created process group.
Attachments
Issue Links
- links to