mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Copied openapi.json to the docs public folder for easier access. - Updated paths in generated documentation files to reference the new location of openapi.json. - Ensured all references to openapi.json are consistent across documentation files.
26 lines
840 B
Plaintext
26 lines
840 B
Plaintext
---
|
|
title: Preview Deployment
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Preview Deployment all
|
|
url: '#preview-deployment-all'
|
|
- depth: 2
|
|
title: Preview Deployment delete
|
|
url: '#preview-deployment-delete'
|
|
- depth: 2
|
|
title: Preview Deployment one
|
|
url: '#preview-deployment-one'
|
|
structuredData:
|
|
headings:
|
|
- content: Preview Deployment all
|
|
id: preview-deployment-all
|
|
- content: Preview Deployment delete
|
|
id: preview-deployment-delete
|
|
- content: Preview Deployment one
|
|
id: preview-deployment-one
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"get","path":"/previewDeployment.all"},{"method":"post","path":"/previewDeployment.delete"},{"method":"get","path":"/previewDeployment.one"}]} hasHead={true} /> |