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.5 KiB
Plaintext
76 lines
2.5 KiB
Plaintext
---
|
|
title: Postgres
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Postgres create
|
|
url: '#postgres-create'
|
|
- depth: 2
|
|
title: Postgres one
|
|
url: '#postgres-one'
|
|
- depth: 2
|
|
title: Postgres start
|
|
url: '#postgres-start'
|
|
- depth: 2
|
|
title: Postgres stop
|
|
url: '#postgres-stop'
|
|
- depth: 2
|
|
title: Postgres save External Port
|
|
url: '#postgres-save-external-port'
|
|
- depth: 2
|
|
title: Postgres deploy
|
|
url: '#postgres-deploy'
|
|
- depth: 2
|
|
title: Postgres change Status
|
|
url: '#postgres-change-status'
|
|
- depth: 2
|
|
title: Postgres remove
|
|
url: '#postgres-remove'
|
|
- depth: 2
|
|
title: Postgres save Environment
|
|
url: '#postgres-save-environment'
|
|
- depth: 2
|
|
title: Postgres reload
|
|
url: '#postgres-reload'
|
|
- depth: 2
|
|
title: Postgres update
|
|
url: '#postgres-update'
|
|
- depth: 2
|
|
title: Postgres move
|
|
url: '#postgres-move'
|
|
- depth: 2
|
|
title: Postgres rebuild
|
|
url: '#postgres-rebuild'
|
|
structuredData:
|
|
headings:
|
|
- content: Postgres create
|
|
id: postgres-create
|
|
- content: Postgres one
|
|
id: postgres-one
|
|
- content: Postgres start
|
|
id: postgres-start
|
|
- content: Postgres stop
|
|
id: postgres-stop
|
|
- content: Postgres save External Port
|
|
id: postgres-save-external-port
|
|
- content: Postgres deploy
|
|
id: postgres-deploy
|
|
- content: Postgres change Status
|
|
id: postgres-change-status
|
|
- content: Postgres remove
|
|
id: postgres-remove
|
|
- content: Postgres save Environment
|
|
id: postgres-save-environment
|
|
- content: Postgres reload
|
|
id: postgres-reload
|
|
- content: Postgres update
|
|
id: postgres-update
|
|
- content: Postgres move
|
|
id: postgres-move
|
|
- content: Postgres rebuild
|
|
id: postgres-rebuild
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/postgres.create"},{"method":"get","path":"/postgres.one"},{"method":"post","path":"/postgres.start"},{"method":"post","path":"/postgres.stop"},{"method":"post","path":"/postgres.saveExternalPort"},{"method":"post","path":"/postgres.deploy"},{"method":"post","path":"/postgres.changeStatus"},{"method":"post","path":"/postgres.remove"},{"method":"post","path":"/postgres.saveEnvironment"},{"method":"post","path":"/postgres.reload"},{"method":"post","path":"/postgres.update"},{"method":"post","path":"/postgres.move"},{"method":"post","path":"/postgres.rebuild"}]} hasHead={true} /> |