mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Addressed PR comments
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/pki/certificate-templates"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
|
||||
@@ -2,3 +2,9 @@
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/pki/certificate-templates/{certificateTemplateId}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
|
||||
@@ -2,3 +2,9 @@
|
||||
title: "Get by ID"
|
||||
openapi: "GET /api/v1/pki/certificate-templates/{certificateTemplateId}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
|
||||
@@ -2,3 +2,9 @@
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/pki/certificate-templates/{certificateTemplateId}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
**Deprecated API Endpoint**
|
||||
|
||||
This endpoint is deprecated and will be removed in a future version. Please use the new [Certificate Templates V2 API](/api-reference/endpoints/certificate-templates-v2) instead.
|
||||
</Warning>
|
||||
|
||||
Reference in New Issue
Block a user