Address PR comments

This commit is contained in:
Carlos Monastyrski
2025-09-19 03:43:22 -03:00
parent 8130be5e2f
commit 27dbe5b013
72 changed files with 2913 additions and 1367 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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