mirror of
https://github.com/Dokploy/website.git
synced 2026-06-18 05:35:28 +02:00
- Copied openapi.json to the docs public folder for easier access. - Updated paths in generated documentation files to reference the new location of openapi.json. - Ensured all references to openapi.json are consistent across documentation files.
51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
---
|
|
title: Organization
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Organization create
|
|
url: '#organization-create'
|
|
- depth: 2
|
|
title: Organization all
|
|
url: '#organization-all'
|
|
- depth: 2
|
|
title: Organization one
|
|
url: '#organization-one'
|
|
- depth: 2
|
|
title: Organization update
|
|
url: '#organization-update'
|
|
- depth: 2
|
|
title: Organization delete
|
|
url: '#organization-delete'
|
|
- depth: 2
|
|
title: Organization all Invitations
|
|
url: '#organization-all-invitations'
|
|
- depth: 2
|
|
title: Organization remove Invitation
|
|
url: '#organization-remove-invitation'
|
|
- depth: 2
|
|
title: Organization set Default
|
|
url: '#organization-set-default'
|
|
structuredData:
|
|
headings:
|
|
- content: Organization create
|
|
id: organization-create
|
|
- content: Organization all
|
|
id: organization-all
|
|
- content: Organization one
|
|
id: organization-one
|
|
- content: Organization update
|
|
id: organization-update
|
|
- content: Organization delete
|
|
id: organization-delete
|
|
- content: Organization all Invitations
|
|
id: organization-all-invitations
|
|
- content: Organization remove Invitation
|
|
id: organization-remove-invitation
|
|
- content: Organization set Default
|
|
id: organization-set-default
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./public/openapi.json"} operations={[{"method":"post","path":"/organization.create"},{"method":"get","path":"/organization.all"},{"method":"get","path":"/organization.one"},{"method":"post","path":"/organization.update"},{"method":"post","path":"/organization.delete"},{"method":"get","path":"/organization.allInvitations"},{"method":"post","path":"/organization.removeInvitation"},{"method":"post","path":"/organization.setDefault"}]} hasHead={true} /> |