Bulk install packages
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/epm/packages/_bulk
Refer to Spaces for more information.
Query parameters
-
Whether to return prerelease versions of packages (e.g. beta, rc, preview)
Default value is
false.
POST
/api/fleet/epm/packages/_bulk
curl \
--request POST 'https://localhost:5601/api/fleet/epm/packages/_bulk' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"force":true,"packages":["string"]}'