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.
78 lines
2.5 KiB
Plaintext
78 lines
2.5 KiB
Plaintext
---
|
|
title: Mongo
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Mongo create
|
|
url: '#mongo-create'
|
|
- depth: 2
|
|
title: Mongo one
|
|
url: '#mongo-one'
|
|
- depth: 2
|
|
title: Mongo start
|
|
url: '#mongo-start'
|
|
- depth: 2
|
|
title: Mongo stop
|
|
url: '#mongo-stop'
|
|
- depth: 2
|
|
title: Mongo save External Port
|
|
url: '#mongo-save-external-port'
|
|
- depth: 2
|
|
title: Mongo deploy
|
|
url: '#mongo-deploy'
|
|
- depth: 2
|
|
title: Mongo change Status
|
|
url: '#mongo-change-status'
|
|
- depth: 2
|
|
title: Mongo reload
|
|
url: '#mongo-reload'
|
|
- depth: 2
|
|
title: Mongo remove
|
|
url: '#mongo-remove'
|
|
- depth: 2
|
|
title: Mongo save Environment
|
|
url: '#mongo-save-environment'
|
|
- depth: 2
|
|
title: Mongo update
|
|
url: '#mongo-update'
|
|
- depth: 2
|
|
title: Mongo move
|
|
url: '#mongo-move'
|
|
- depth: 2
|
|
title: Mongo rebuild
|
|
url: '#mongo-rebuild'
|
|
structuredData:
|
|
headings:
|
|
- content: Mongo create
|
|
id: mongo-create
|
|
- content: Mongo one
|
|
id: mongo-one
|
|
- content: Mongo start
|
|
id: mongo-start
|
|
- content: Mongo stop
|
|
id: mongo-stop
|
|
- content: Mongo save External Port
|
|
id: mongo-save-external-port
|
|
- content: Mongo deploy
|
|
id: mongo-deploy
|
|
- content: Mongo change Status
|
|
id: mongo-change-status
|
|
- content: Mongo reload
|
|
id: mongo-reload
|
|
- content: Mongo remove
|
|
id: mongo-remove
|
|
- content: Mongo save Environment
|
|
id: mongo-save-environment
|
|
- content: Mongo update
|
|
id: mongo-update
|
|
- content: Mongo move
|
|
id: mongo-move
|
|
- content: Mongo rebuild
|
|
id: mongo-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":"/mongo.create","method":"post"},{"path":"/mongo.one","method":"get"},{"path":"/mongo.start","method":"post"},{"path":"/mongo.stop","method":"post"},{"path":"/mongo.saveExternalPort","method":"post"},{"path":"/mongo.deploy","method":"post"},{"path":"/mongo.changeStatus","method":"post"},{"path":"/mongo.reload","method":"post"},{"path":"/mongo.remove","method":"post"},{"path":"/mongo.saveEnvironment","method":"post"},{"path":"/mongo.update","method":"post"},{"path":"/mongo.move","method":"post"},{"path":"/mongo.rebuild","method":"post"}]} showTitle={true} /> |