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

announcedContentStructure -> announcedAttachments

parent 4fd852b0
No related branches found
No related tags found
1 merge request!52Remove manual links to API in favor of APILink component, fix...
......@@ -60,13 +60,10 @@ import axios from 'axios'
const url = '/submissions'
const data = {
"destinationId": "879ee109-a690-4db8-ab32-424284184d7d",
"announcedContentStructure": {
"data": true,
"attachments": [
"123ee109-a690-4db8-ab32-424284184d7d",
"456ee109-a690-4db8-ab32-424284184d7d"
]
},
"announcedAttachments": [
"123ee109-a690-4db8-ab32-424284184d7d",
"456ee109-a690-4db8-ab32-424284184d7d"
],
"serviceType": {
"name": "Bauantrag",
"identifier": "urn:de:fim:leika:leistung:99010003001006"
......
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