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.
The body is of type object
.
Was this page helpful?