mirror of
https://github.com/Dokploy/website.git
synced 2026-06-16 04:35:26 +02:00
- Enhanced API documentation with new MDX files and improved structure. - Updated OpenAPI specifications to reflect recent changes and added new components. - Refined global CSS and layout configurations for better styling and user experience. - Added various images and icons to enrich the visual aspects of the documentation. - Updated package dependencies to ensure compatibility with the latest features.
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
---
|
|
title: Schedule
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Schedule create
|
|
url: '#schedule-create'
|
|
- depth: 2
|
|
title: Schedule update
|
|
url: '#schedule-update'
|
|
- depth: 2
|
|
title: Schedule delete
|
|
url: '#schedule-delete'
|
|
- depth: 2
|
|
title: Schedule list
|
|
url: '#schedule-list'
|
|
- depth: 2
|
|
title: Schedule one
|
|
url: '#schedule-one'
|
|
- depth: 2
|
|
title: Schedule run Manually
|
|
url: '#schedule-run-manually'
|
|
structuredData:
|
|
headings:
|
|
- content: Schedule create
|
|
id: schedule-create
|
|
- content: Schedule update
|
|
id: schedule-update
|
|
- content: Schedule delete
|
|
id: schedule-delete
|
|
- content: Schedule list
|
|
id: schedule-list
|
|
- content: Schedule one
|
|
id: schedule-one
|
|
- content: Schedule run Manually
|
|
id: schedule-run-manually
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/schedule.create"},{"method":"post","path":"/schedule.update"},{"method":"post","path":"/schedule.delete"},{"method":"get","path":"/schedule.list"},{"method":"get","path":"/schedule.one"},{"method":"post","path":"/schedule.runManually"}]} hasHead={true} /> |