improvements: address feedback and setup queue worker profiles

This commit is contained in:
Scott Wilson
2025-06-02 14:40:06 -07:00
parent 3ae2ec1f51
commit d924580599
31 changed files with 356 additions and 254 deletions

View File

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

View File

@@ -1,6 +1,6 @@
---
title: "Update"
openapi: "PATCH /api/v2/secret-scanning/configs/{projectId}"
openapi: "PATCH /api/v2/secret-scanning/configs"
---
<Note>