From 947be31fed9458397a14997cb63267c879529d5b Mon Sep 17 00:00:00 2001 From: Javier Carrasco Date: Mon, 27 Jul 2026 14:34:22 +0200 Subject: [PATCH] Remove personal contact email from ServiceNow API spec The info.contact.email field exposed a personal CrowdStrike employee email address in the sample app's public repo. This field is optional in OpenAPI and unused elsewhere in this spec, so it is removed rather than replaced. --- api-integrations/ServiceNow.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/api-integrations/ServiceNow.json b/api-integrations/ServiceNow.json index 30597fe..24fa74f 100644 --- a/api-integrations/ServiceNow.json +++ b/api-integrations/ServiceNow.json @@ -8,9 +8,6 @@ } }, "info": { - "contact": { - "email": "matt.raible@crowdstrike.com" - }, "description": "Allows you to perform create, read, update and delete (CRUD) operations on existing tables", "title": "ServiceNow", "version": ""