put https://example.com/workflow-engine/api/v1/settings
Store microservice settings.
Log in to see full request history
Responses
200Settings stored
Store microservice settings.
200Settings stored
xxxxxxxxxx
curl --request PUT \
--url https://example.com/workflow-engine/api/v1/settings \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!