summaryrefslogtreecommitdiff
path: root/doc/development/integrations/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/integrations/index.md')
-rw-r--r--doc/development/integrations/index.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/development/integrations/index.md b/doc/development/integrations/index.md
index ceb64ba2bb7..9fd8fb7eb61 100644
--- a/doc/development/integrations/index.md
+++ b/doc/development/integrations/index.md
@@ -249,15 +249,6 @@ To expose the integration in the [REST API](../../api/integrations.md):
You can also refer to our [REST API style guide](../api_styleguide.md).
-Sensitive fields are not exposed over the API. Sensitive fields are those fields that contain any of the following in their name:
-
-- `key`
-- `passphrase`
-- `password`
-- `secret`
-- `token`
-- `webhook`
-
#### GraphQL API
Integrations use the `Types::Projects::ServiceType` type by default,