mirror of
https://github.com/Dokploy/website.git
synced 2026-06-30 11: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.
43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
---
|
|
title: Volume Backups
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Volume Backups list
|
|
url: '#volume-backups-list'
|
|
- depth: 2
|
|
title: Volume Backups create
|
|
url: '#volume-backups-create'
|
|
- depth: 2
|
|
title: Volume Backups one
|
|
url: '#volume-backups-one'
|
|
- depth: 2
|
|
title: Volume Backups delete
|
|
url: '#volume-backups-delete'
|
|
- depth: 2
|
|
title: Volume Backups update
|
|
url: '#volume-backups-update'
|
|
- depth: 2
|
|
title: Volume Backups run Manually
|
|
url: '#volume-backups-run-manually'
|
|
structuredData:
|
|
headings:
|
|
- content: Volume Backups list
|
|
id: volume-backups-list
|
|
- content: Volume Backups create
|
|
id: volume-backups-create
|
|
- content: Volume Backups one
|
|
id: volume-backups-one
|
|
- content: Volume Backups delete
|
|
id: volume-backups-delete
|
|
- content: Volume Backups update
|
|
id: volume-backups-update
|
|
- content: Volume Backups run Manually
|
|
id: volume-backups-run-manually
|
|
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":"/volumeBackups.list","method":"get"},{"path":"/volumeBackups.create","method":"post"},{"path":"/volumeBackups.one","method":"get"},{"path":"/volumeBackups.delete","method":"post"},{"path":"/volumeBackups.update","method":"post"},{"path":"/volumeBackups.runManually","method":"post"}]} showTitle={true} /> |