feature: secret scanning pt 3

This commit is contained in:
Scott Wilson
2025-05-30 20:19:44 -07:00
parent 4773336a04
commit ce4e35e908
37 changed files with 946 additions and 102 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Get by Project ID"
openapi: "GET /api/v2/secret-scanning/configs/{projectId}"
---

View File

@@ -0,0 +1,8 @@
---
title: "Update"
openapi: "PATCH /api/v2/secret-scanning/configs/{projectId}"
---
<Note>
Check out the [Configuration Docs](/documentation/platform/secret-scanning/overview#configuration) for an in-depth guide on custom configurations.
</Note>