mirror of
https://github.com/Dokploy/website.git
synced 2026-06-24 16:45:23 +02:00
- Refactored API documentation generation to utilize the new `fumadocs-openapi` features, including improved error handling and output structure. - Replaced the Authorization security scheme with x-api-key for enhanced API key authentication. - Added new MDX files for various API endpoints, ensuring comprehensive documentation coverage. - Updated the OpenAPI specification to reflect the latest changes in security definitions and response schemas. - Enhanced the documentation generation script to streamline the process and ensure consistency.
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
---
|
|
title: Certificates
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Certificates create
|
|
url: '#certificates-create'
|
|
- depth: 2
|
|
title: Certificates one
|
|
url: '#certificates-one'
|
|
- depth: 2
|
|
title: Certificates remove
|
|
url: '#certificates-remove'
|
|
- depth: 2
|
|
title: Certificates all
|
|
url: '#certificates-all'
|
|
structuredData:
|
|
headings:
|
|
- content: Certificates create
|
|
id: certificates-create
|
|
- content: Certificates one
|
|
id: certificates-one
|
|
- content: Certificates remove
|
|
id: certificates-remove
|
|
- content: Certificates all
|
|
id: certificates-all
|
|
contents: []
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
<APIPage document={"./public/openapi.json"} webhooks={[]} operations={[{"path":"/certificates.create","method":"post"},{"path":"/certificates.one","method":"get"},{"path":"/certificates.remove","method":"post"},{"path":"/certificates.all","method":"get"}]} showTitle={true} /> |