mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
docs(api): use mintlify for API specs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Create Processor"
|
||||
api: "POST /api/v1/processors"
|
||||
description: "create processor configuration."
|
||||
---
|
||||
|
||||
Processor operations for result processing.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Delete Processor"
|
||||
api: "DELETE /api/v1/processors/{id}"
|
||||
description: "delete processor configuration."
|
||||
---
|
||||
|
||||
Processor operations for result processing.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "List Processor"
|
||||
api: "GET /api/v1/processors"
|
||||
description: "list processor configuration."
|
||||
---
|
||||
|
||||
Processor operations for result processing.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Retrieve Processor"
|
||||
api: "PATCH /api/v1/processors/{id}"
|
||||
description: "retrieve processor configuration."
|
||||
---
|
||||
|
||||
Processor operations for result processing.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Update Processor"
|
||||
api: "PATCH /api/v1/processors/{id}"
|
||||
description: "update processor configuration."
|
||||
---
|
||||
|
||||
Processor operations for result processing.
|
||||
Reference in New Issue
Block a user