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