Last active
February 4, 2020 18:25
-
-
Save mauriziocarioli/f990c6d2cdf92a9d2b51f9d1dce79f40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --user Peter:secret \ | |
--location --request PUT 'http://localhost:8080/kie-server/services/rest/server/containers/PHM-Processes/tasks/1/contents/output' \ | |
--header 'Content-Type: application/json' \ | |
--header 'Accept: application/json' \ | |
--data-raw '{ | |
"answer": "Hello." | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment