mirror of
https://github.com/Dokploy/website.git
synced 2026-06-19 14:15:23 +02:00
- Refactored API documentation generation to utilize the new `fumadocs-openapi` features, including improved error handling and output structure. - Replaced the Authorization security scheme with x-api-key for enhanced API key authentication. - Added new MDX files for various API endpoints, ensuring comprehensive documentation coverage. - Updated the OpenAPI specification to reflect the latest changes in security definitions and response schemas. - Enhanced the documentation generation script to streamline the process and ensure consistency.
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
---
|
|
title: Environment
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Environment create
|
|
url: '#environment-create'
|
|
- depth: 2
|
|
title: Environment one
|
|
url: '#environment-one'
|
|
- depth: 2
|
|
title: Environment by Project Id
|
|
url: '#environment-by-project-id'
|
|
- depth: 2
|
|
title: Environment remove
|
|
url: '#environment-remove'
|
|
- depth: 2
|
|
title: Environment update
|
|
url: '#environment-update'
|
|
- depth: 2
|
|
title: Environment duplicate
|
|
url: '#environment-duplicate'
|
|
structuredData:
|
|
headings:
|
|
- content: Environment create
|
|
id: environment-create
|
|
- content: Environment one
|
|
id: environment-one
|
|
- content: Environment by Project Id
|
|
id: environment-by-project-id
|
|
- content: Environment remove
|
|
id: environment-remove
|
|
- content: Environment update
|
|
id: environment-update
|
|
- content: Environment duplicate
|
|
id: environment-duplicate
|
|
contents: []
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
<APIPage document={"./public/openapi.json"} webhooks={[]} operations={[{"path":"/environment.create","method":"post"},{"path":"/environment.one","method":"get"},{"path":"/environment.byProjectId","method":"get"},{"path":"/environment.remove","method":"post"},{"path":"/environment.update","method":"post"},{"path":"/environment.duplicate","method":"post"}]} showTitle={true} /> |