POST
/
webapps
Import webapp metadata
curl --request POST \
  --url https://{FUSION HOST}/api/webapps \
  --header 'Content-Type: application/vnd.lucidworks-appkit-export+json' \
  --data '{
  "appkitApp": {
    "type": "<string>"
  }
}'

Body

application/vnd.lucidworks-appkit-export+json

Application metadata.

The body is of type object.