Body
application/vnd.lucidworks-appkit-export+json
Application metadata.
curl --request POST \
--url https://{FUSION HOST}/api/webapps \
--header 'Content-Type: application/vnd.lucidworks-appkit-export+json' \
--data '{
"appkitApp": {
"type": "<string>"
}
}'
Import Application metadata including all editing sessions.
curl --request POST \
--url https://{FUSION HOST}/api/webapps \
--header 'Content-Type: application/vnd.lucidworks-appkit-export+json' \
--data '{
"appkitApp": {
"type": "<string>"
}
}'
Application metadata.
Show child attributes
Was this page helpful?