Update a custom integration

PUT /api/fleet/epm/custom_integrations/{pkgName}

[Required authorization] Route required privileges: fleet-settings-all AND integrations-all.

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

Path parameters

  • pkgName string Required
application/json

Body

  • categories array[string]
  • readMeData string Required

Responses

  • 200
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
PUT /api/fleet/epm/custom_integrations/{pkgName}
curl \
 --request PUT 'https://<KIBANA_URL>/api/fleet/epm/custom_integrations/{pkgName}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --header "kbn-xsrf: true" \
 --data '{"categories":["string"],"readMeData":"string"}'