mirror of
https://github.com/Dokploy/website.git
synced 2026-06-19 14:15: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.
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
---
|
|
title: Project
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Project create
|
|
url: '#project-create'
|
|
- depth: 2
|
|
title: Project one
|
|
url: '#project-one'
|
|
- depth: 2
|
|
title: Project all
|
|
url: '#project-all'
|
|
- depth: 2
|
|
title: Project remove
|
|
url: '#project-remove'
|
|
- depth: 2
|
|
title: Project update
|
|
url: '#project-update'
|
|
- depth: 2
|
|
title: Project duplicate
|
|
url: '#project-duplicate'
|
|
structuredData:
|
|
headings:
|
|
- content: Project create
|
|
id: project-create
|
|
- content: Project one
|
|
id: project-one
|
|
- content: Project all
|
|
id: project-all
|
|
- content: Project remove
|
|
id: project-remove
|
|
- content: Project update
|
|
id: project-update
|
|
- content: Project duplicate
|
|
id: project-duplicate
|
|
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":"/project.create","method":"post"},{"path":"/project.one","method":"get"},{"path":"/project.all","method":"get"},{"path":"/project.remove","method":"post"},{"path":"/project.update","method":"post"},{"path":"/project.duplicate","method":"post"}]} showTitle={true} /> |