mirror of
https://github.com/Dokploy/website.git
synced 2026-06-20 06:35:24 +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.
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
---
|
|
title: Mounts
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Mounts create
|
|
url: '#mounts-create'
|
|
- depth: 2
|
|
title: Mounts remove
|
|
url: '#mounts-remove'
|
|
- depth: 2
|
|
title: Mounts one
|
|
url: '#mounts-one'
|
|
- depth: 2
|
|
title: Mounts update
|
|
url: '#mounts-update'
|
|
- depth: 2
|
|
title: Mounts all Named By Application Id
|
|
url: '#mounts-all-named-by-application-id'
|
|
structuredData:
|
|
headings:
|
|
- content: Mounts create
|
|
id: mounts-create
|
|
- content: Mounts remove
|
|
id: mounts-remove
|
|
- content: Mounts one
|
|
id: mounts-one
|
|
- content: Mounts update
|
|
id: mounts-update
|
|
- content: Mounts all Named By Application Id
|
|
id: mounts-all-named-by-application-id
|
|
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":"/mounts.create","method":"post"},{"path":"/mounts.remove","method":"post"},{"path":"/mounts.one","method":"get"},{"path":"/mounts.update","method":"post"},{"path":"/mounts.allNamedByApplicationId","method":"get"}]} showTitle={true} /> |