break overlong line

This commit is contained in:
Yannik Schmidt
2022-01-06 11:54:50 +01:00
committed by GitHub
parent be6f36e609
commit fbd46c3c5f

View File

@@ -23,7 +23,8 @@ For example:
curl -X POST \
-H "application/json" \
-d "{ "service_name" : "name", "token" : "secret_token", "status" : "OK|WARNING|CRITICAL", "info" : "additional information" } \
-d "{ "service_name" : "name", "token" : "secret_token", \
"status" : "OK|WARNING|CRITICAL", "info" : "additional information" } \
https://server:port/
Or directly in native python: