Update a custom integration

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

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.

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://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"}'