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

JSON fix

parent c6010d19
No related branches found
No related tags found
1 merge request!6Umsetzung von Issue 5 zur Aufteilung des Überblick Artikels für sendende Systeme
...@@ -89,7 +89,7 @@ $ export DESTINATION_ID=7a2668ad-3081-407c-9358-7ce4b6144b02 ...@@ -89,7 +89,7 @@ $ export DESTINATION_ID=7a2668ad-3081-407c-9358-7ce4b6144b02
$ curl \ $ curl \
-H "Authentication: Bearer $JWT_TOKEN" \ -H "Authentication: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
--data "{ \"destinationId\": \"$DESTINATION_ID\", \"\" { \"data\": true, \"attachments\": ['1da99641-2067-4e8b-b049-91b2a6c90544', '538a1365-092e-4d80-93b9-90eb8c1f5982'] } }" \ --data "{ \"destinationId\": \"$DESTINATION_ID\", \"announcedContentStructure\": { \"data\": true, \"attachments\": [\"1da99641-2067-4e8b-b049-91b2a6c90544\", \"538a1365-092e-4d80-93b9-90eb8c1f5982\"] } }" \
-X POST $SERVICE_URL/submissions -X POST $SERVICE_URL/submissions
> { > {
......
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