mics: updated docs

This commit is contained in:
Sheen Capadngan
2025-11-26 04:10:05 +08:00
parent 6754da9c21
commit 1531048d25
110 changed files with 171 additions and 228 deletions

View File

@@ -1,4 +1,4 @@
---
title: "Create Chef PKI Sync"
openapi: "POST /api/v1/pki/syncs/chef"
openapi: "POST /api/v1/cert-manager/syncs/chef"
---

View File

@@ -1,4 +1,4 @@
---
title: "Delete Chef PKI Sync"
openapi: "DELETE /api/v1/pki/syncs/chef/{pkiSyncId}"
openapi: "DELETE /api/v1/cert-manager/syncs/chef/{pkiSyncId}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Get Chef PKI Sync by ID"
openapi: "GET /api/v1/pki/syncs/chef/{pkiSyncId}"
openapi: "GET /api/v1/cert-manager/syncs/chef/{pkiSyncId}"
---

View File

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

View File

@@ -1,4 +1,4 @@
---
title: "Remove Certificates from Chef"
openapi: "POST /api/v1/pki/syncs/chef/{pkiSyncId}/remove-certificates"
openapi: "POST /api/v1/cert-manager/syncs/chef/{pkiSyncId}/remove-certificates"
---

View File

@@ -1,4 +1,4 @@
---
title: "Sync Certificates to Chef"
openapi: "POST /api/v1/pki/syncs/chef/{pkiSyncId}/sync"
openapi: "POST /api/v1/cert-manager/syncs/chef/{pkiSyncId}/sync"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update Chef PKI Sync"
openapi: "PATCH /api/v1/pki/syncs/chef/{pkiSyncId}"
openapi: "PATCH /api/v1/cert-manager/syncs/chef/{pkiSyncId}"
---