Update a custom integration
Spaces method and path for this operation:
put /s/{space_id}/api/fleet/epm/custom_integrations/{pkgName}
Refer to Spaces for more information.
[Required authorization] Route required privileges: fleet-settings-all AND integrations-all.
PUT /api/fleet/epm/custom_integrations/{pkgName}
curl \ --request PUT 'https://localhost:5601/api/fleet/epm/custom_integrations/{pkgName}' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true" \ --data '{"categories":["string"],"readMeData":"string"}'