mirror of
https://github.com/Dokploy/website.git
synced 2026-06-21 07:05: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.
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
---
|
|
title: Domain
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Domain create
|
|
url: '#domain-create'
|
|
- depth: 2
|
|
title: Domain by Application Id
|
|
url: '#domain-by-application-id'
|
|
- depth: 2
|
|
title: Domain by Compose Id
|
|
url: '#domain-by-compose-id'
|
|
- depth: 2
|
|
title: Domain generate Domain
|
|
url: '#domain-generate-domain'
|
|
- depth: 2
|
|
title: Domain can Generate Traefik Me Domains
|
|
url: '#domain-can-generate-traefik-me-domains'
|
|
- depth: 2
|
|
title: Domain update
|
|
url: '#domain-update'
|
|
- depth: 2
|
|
title: Domain one
|
|
url: '#domain-one'
|
|
- depth: 2
|
|
title: Domain delete
|
|
url: '#domain-delete'
|
|
- depth: 2
|
|
title: Domain validate Domain
|
|
url: '#domain-validate-domain'
|
|
structuredData:
|
|
headings:
|
|
- content: Domain create
|
|
id: domain-create
|
|
- content: Domain by Application Id
|
|
id: domain-by-application-id
|
|
- content: Domain by Compose Id
|
|
id: domain-by-compose-id
|
|
- content: Domain generate Domain
|
|
id: domain-generate-domain
|
|
- content: Domain can Generate Traefik Me Domains
|
|
id: domain-can-generate-traefik-me-domains
|
|
- content: Domain update
|
|
id: domain-update
|
|
- content: Domain one
|
|
id: domain-one
|
|
- content: Domain delete
|
|
id: domain-delete
|
|
- content: Domain validate Domain
|
|
id: domain-validate-domain
|
|
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":"/domain.create","method":"post"},{"path":"/domain.byApplicationId","method":"get"},{"path":"/domain.byComposeId","method":"get"},{"path":"/domain.generateDomain","method":"post"},{"path":"/domain.canGenerateTraefikMeDomains","method":"get"},{"path":"/domain.update","method":"post"},{"path":"/domain.one","method":"get"},{"path":"/domain.delete","method":"post"},{"path":"/domain.validateDomain","method":"post"}]} showTitle={true} /> |