mirror of
https://github.com/Dokploy/website.git
synced 2026-06-16 04:35:26 +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.
21 lines
546 B
Plaintext
21 lines
546 B
Plaintext
---
|
|
title: Rollback
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Rollback delete
|
|
url: '#rollback-delete'
|
|
- depth: 2
|
|
title: Rollback rollback
|
|
url: '#rollback-rollback'
|
|
structuredData:
|
|
headings:
|
|
- content: Rollback delete
|
|
id: rollback-delete
|
|
- content: Rollback rollback
|
|
id: rollback-rollback
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/rollback.delete"},{"method":"post","path":"/rollback.rollback"}]} hasHead={true} /> |