Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Last active February 4, 2020 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauriziocarioli/f990c6d2cdf92a9d2b51f9d1dce79f40 to your computer and use it in GitHub Desktop.
Save mauriziocarioli/f990c6d2cdf92a9d2b51f9d1dce79f40 to your computer and use it in GitHub Desktop.
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