mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Added new OpenAPI components and updated the documentation structure with new MDX files for various API references. - Introduced a script to fix OpenAPI schema issues, ensuring proper response schemas and security definitions. - Updated package dependencies to include fumadocs-openapi for improved API documentation generation. - Enhanced global CSS to incorporate new styles from fumadocs-openapi. - Modified the pnpm-lock.yaml to reflect new package versions and dependencies.
56 lines
1.9 KiB
Plaintext
56 lines
1.9 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: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/domain.create"},{"method":"get","path":"/domain.byApplicationId"},{"method":"get","path":"/domain.byComposeId"},{"method":"post","path":"/domain.generateDomain"},{"method":"get","path":"/domain.canGenerateTraefikMeDomains"},{"method":"post","path":"/domain.update"},{"method":"get","path":"/domain.one"},{"method":"post","path":"/domain.delete"},{"method":"post","path":"/domain.validateDomain"}]} hasHead={true} /> |