Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
How can we edit an existing value in a node using CURL?
Trying to update the key value of "server-name" via CURL
The below command is creating a new nodes instead of updating existing.
curl -u admin:admin -F _charset_=utf-8 -F key=server-name -F value=server-name-value http://localhost:4502//etc/sample-node/config/endpoint/
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Found the correct command. For reference:
curl -u admin:admin -Fserver-name=https://new-server.com http://localhost:4502/etc/sample-node/config/endpoint
View solution in original post
Views
Likes
Replies
Like