mirror of
https://github.com/Dokploy/website.git
synced 2026-06-21 07:05: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.
78 lines
2.5 KiB
Plaintext
78 lines
2.5 KiB
Plaintext
---
|
|
title: Mysql
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Mysql create
|
|
url: '#mysql-create'
|
|
- depth: 2
|
|
title: Mysql one
|
|
url: '#mysql-one'
|
|
- depth: 2
|
|
title: Mysql start
|
|
url: '#mysql-start'
|
|
- depth: 2
|
|
title: Mysql stop
|
|
url: '#mysql-stop'
|
|
- depth: 2
|
|
title: Mysql save External Port
|
|
url: '#mysql-save-external-port'
|
|
- depth: 2
|
|
title: Mysql deploy
|
|
url: '#mysql-deploy'
|
|
- depth: 2
|
|
title: Mysql change Status
|
|
url: '#mysql-change-status'
|
|
- depth: 2
|
|
title: Mysql reload
|
|
url: '#mysql-reload'
|
|
- depth: 2
|
|
title: Mysql remove
|
|
url: '#mysql-remove'
|
|
- depth: 2
|
|
title: Mysql save Environment
|
|
url: '#mysql-save-environment'
|
|
- depth: 2
|
|
title: Mysql update
|
|
url: '#mysql-update'
|
|
- depth: 2
|
|
title: Mysql move
|
|
url: '#mysql-move'
|
|
- depth: 2
|
|
title: Mysql rebuild
|
|
url: '#mysql-rebuild'
|
|
structuredData:
|
|
headings:
|
|
- content: Mysql create
|
|
id: mysql-create
|
|
- content: Mysql one
|
|
id: mysql-one
|
|
- content: Mysql start
|
|
id: mysql-start
|
|
- content: Mysql stop
|
|
id: mysql-stop
|
|
- content: Mysql save External Port
|
|
id: mysql-save-external-port
|
|
- content: Mysql deploy
|
|
id: mysql-deploy
|
|
- content: Mysql change Status
|
|
id: mysql-change-status
|
|
- content: Mysql reload
|
|
id: mysql-reload
|
|
- content: Mysql remove
|
|
id: mysql-remove
|
|
- content: Mysql save Environment
|
|
id: mysql-save-environment
|
|
- content: Mysql update
|
|
id: mysql-update
|
|
- content: Mysql move
|
|
id: mysql-move
|
|
- content: Mysql rebuild
|
|
id: mysql-rebuild
|
|
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":"/mysql.create","method":"post"},{"path":"/mysql.one","method":"get"},{"path":"/mysql.start","method":"post"},{"path":"/mysql.stop","method":"post"},{"path":"/mysql.saveExternalPort","method":"post"},{"path":"/mysql.deploy","method":"post"},{"path":"/mysql.changeStatus","method":"post"},{"path":"/mysql.reload","method":"post"},{"path":"/mysql.remove","method":"post"},{"path":"/mysql.saveEnvironment","method":"post"},{"path":"/mysql.update","method":"post"},{"path":"/mysql.move","method":"post"},{"path":"/mysql.rebuild","method":"post"}]} showTitle={true} /> |