mirror of
https://github.com/Dokploy/website.git
synced 2026-06-26 01:25:24 +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.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
---
|
|
title: Registry
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Registry create
|
|
url: '#registry-create'
|
|
- depth: 2
|
|
title: Registry remove
|
|
url: '#registry-remove'
|
|
- depth: 2
|
|
title: Registry update
|
|
url: '#registry-update'
|
|
- depth: 2
|
|
title: Registry all
|
|
url: '#registry-all'
|
|
- depth: 2
|
|
title: Registry one
|
|
url: '#registry-one'
|
|
- depth: 2
|
|
title: Registry test Registry
|
|
url: '#registry-test-registry'
|
|
structuredData:
|
|
headings:
|
|
- content: Registry create
|
|
id: registry-create
|
|
- content: Registry remove
|
|
id: registry-remove
|
|
- content: Registry update
|
|
id: registry-update
|
|
- content: Registry all
|
|
id: registry-all
|
|
- content: Registry one
|
|
id: registry-one
|
|
- content: Registry test Registry
|
|
id: registry-test-registry
|
|
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":"/registry.create","method":"post"},{"path":"/registry.remove","method":"post"},{"path":"/registry.update","method":"post"},{"path":"/registry.all","method":"get"},{"path":"/registry.one","method":"get"},{"path":"/registry.testRegistry","method":"post"}]} showTitle={true} /> |