Skip to content
Snippets Groups Projects
Commit a1a16e14 authored by Marco Holz's avatar Marco Holz
Browse files

Merge branch 'docs/185-Callback-code-example' into 'main'

Added callback to code snippet example (planning#74)

See merge request !186
parents eacf7497 38aaf1ca
No related branches found
No related tags found
1 merge request!186Added callback to code snippet example (planning#74)
......@@ -55,6 +55,10 @@ $ curl -L -X POST "$SUBMISSION_API/v1/submissions" \
\"serviceType\": {
\"name\": \"Antrag Name\",
\"identifier\": \"urn:de:fim:leika:leistung:99102013104000\"
},
\"callback\": {
\"url\": \"https://my-onlineservice.example.org/callbacks/fit-connect\",
\"secret\": \"insecure_unsafe_qHScgrg_kP-R31jHUwp3GkVkGJolvBchz65b74Lzue0\"
}
}"
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment