mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Added new OpenAPI components and updated the documentation structure with new MDX files for various API references. - Introduced a script to fix OpenAPI schema issues, ensuring proper response schemas and security definitions. - Updated package dependencies to include fumadocs-openapi for improved API documentation generation. - Enhanced global CSS to incorporate new styles from fumadocs-openapi. - Modified the pnpm-lock.yaml to reflect new package versions and dependencies.
41 lines
1.4 KiB
Plaintext
41 lines
1.4 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: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"get","path":"/volumeBackups.list"},{"method":"post","path":"/volumeBackups.create"},{"method":"get","path":"/volumeBackups.one"},{"method":"post","path":"/volumeBackups.delete"},{"method":"post","path":"/volumeBackups.update"},{"method":"post","path":"/volumeBackups.runManually"}]} hasHead={true} /> |