Add PKI Syncs docs and a few improvements on the router

This commit is contained in:
Carlos Monastyrski
2025-09-17 10:49:31 -03:00
parent bc04fc6113
commit 8130be5e2f
52 changed files with 1124 additions and 690 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/pki-syncs"
---

View File

@@ -0,0 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/pki-syncs/{pkiSyncId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get by ID"
openapi: "GET /api/v1/pki-syncs/{pkiSyncId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Import Certificates"
openapi: "POST /api/v1/pki-syncs/{pkiSyncId}/import"
---

View File

@@ -0,0 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/pki-syncs"
---

View File

@@ -0,0 +1,4 @@
---
title: "Remove Certificates"
openapi: "POST /api/v1/pki-syncs/{pkiSyncId}/remove"
---

View File

@@ -0,0 +1,4 @@
---
title: "Sync Certificates"
openapi: "POST /api/v1/pki-syncs/{pkiSyncId}/sync"
---

View File

@@ -0,0 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/pki-syncs/{pkiSyncId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "List PKI Syncs"
openapi: "GET /api/v1/pki-syncs"
---

View File

@@ -0,0 +1,4 @@
---
title: "Options"
openapi: "GET /api/v1/pki-syncs/options"
---