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.
76 lines
2.4 KiB
Plaintext
76 lines
2.4 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: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/redis.create"},{"method":"get","path":"/redis.one"},{"method":"post","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"}]} hasHead={true} /> |