mirror of
https://github.com/Dokploy/website.git
synced 2026-06-16 04:35:26 +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.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
---
|
|
title: Security
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Security create
|
|
url: '#security-create'
|
|
- depth: 2
|
|
title: Security one
|
|
url: '#security-one'
|
|
- depth: 2
|
|
title: Security delete
|
|
url: '#security-delete'
|
|
- depth: 2
|
|
title: Security update
|
|
url: '#security-update'
|
|
structuredData:
|
|
headings:
|
|
- content: Security create
|
|
id: security-create
|
|
- content: Security one
|
|
id: security-one
|
|
- content: Security delete
|
|
id: security-delete
|
|
- content: Security update
|
|
id: security-update
|
|
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":"/security.create","method":"post"},{"path":"/security.one","method":"get"},{"path":"/security.delete","method":"post"},{"path":"/security.update","method":"post"}]} showTitle={true} /> |