Skip to content

Commit

Permalink
-d needs to be added for cUrl to function adequately (#7403)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasc0x committed Sep 24, 2024
1 parent 342fa7f commit 8e79458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/development/pages/rest/ifservices.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Mark the ICMP and HTTP services to be forced unmanaged for the nodes that belong

[source, bash]
----
curl -u admin:admin -X PUT "status=F&services=ICMP,HTTP" "http://localhost:8980/opennms/rest/ifservices?category.name=Production"
curl -u admin:admin -X PUT -d "status=F&services=ICMP,HTTP" "http://localhost:8980/opennms/rest/ifservices?category.name=Production"
----

0 comments on commit 8e79458

Please sign in to comment.