Skip to content

Instantly share code, notes, and snippets.

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 dabeeeenster/bd58f0b8f360e50e9a8dfa0b71b14a74 to your computer and use it in GitHub Desktop.
Save dabeeeenster/bd58f0b8f360e50e9a8dfa0b71b14a74 to your computer and use it in GitHub Desktop.
## Request
curl -X "POST" "https://scc91964.live.dynatrace.com/api/v2/events/ingest?api-token=THE_TOKEN" \
-H 'Content-Type: application/json' \
-d $'{
"entitySelector": null,
"properties": {
"flag.name": "demo_mode",
"flag.enabled": "true",
"flag.value": "test_config"
},
"title": "Flagsmith flag change.",
"eventType": "CUSTOM_DEPLOYMENT"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment