mirror of
https://github.com/Dokploy/website.git
synced 2026-06-16 04:35:26 +02:00
- Enhanced API documentation with new MDX files and improved structure. - Updated OpenAPI specifications to reflect recent changes and added new components. - Refined global CSS and layout configurations for better styling and user experience. - Added various images and icons to enrich the visual aspects of the documentation. - Updated package dependencies to ensure compatibility with the latest features.
103 lines
3.7 KiB
Plaintext
103 lines
3.7 KiB
Plaintext
---
|
|
title: User
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: User all
|
|
url: '#user-all'
|
|
- depth: 2
|
|
title: User one
|
|
url: '#user-one'
|
|
- depth: 2
|
|
title: User get
|
|
url: '#user-get'
|
|
- depth: 2
|
|
title: User have Root Access
|
|
url: '#user-have-root-access'
|
|
- depth: 2
|
|
title: User get Backups
|
|
url: '#user-get-backups'
|
|
- depth: 2
|
|
title: User get Server Metrics
|
|
url: '#user-get-server-metrics'
|
|
- depth: 2
|
|
title: User update
|
|
url: '#user-update'
|
|
- depth: 2
|
|
title: User get User By Token
|
|
url: '#user-get-user-by-token'
|
|
- depth: 2
|
|
title: User get Metrics Token
|
|
url: '#user-get-metrics-token'
|
|
- depth: 2
|
|
title: User remove
|
|
url: '#user-remove'
|
|
- depth: 2
|
|
title: User assign Permissions
|
|
url: '#user-assign-permissions'
|
|
- depth: 2
|
|
title: User get Invitations
|
|
url: '#user-get-invitations'
|
|
- depth: 2
|
|
title: User get Container Metrics
|
|
url: '#user-get-container-metrics'
|
|
- depth: 2
|
|
title: User generate Token
|
|
url: '#user-generate-token'
|
|
- depth: 2
|
|
title: User delete Api Key
|
|
url: '#user-delete-api-key'
|
|
- depth: 2
|
|
title: User create Api Key
|
|
url: '#user-create-api-key'
|
|
- depth: 2
|
|
title: User check User Organizations
|
|
url: '#user-check-user-organizations'
|
|
- depth: 2
|
|
title: User send Invitation
|
|
url: '#user-send-invitation'
|
|
structuredData:
|
|
headings:
|
|
- content: User all
|
|
id: user-all
|
|
- content: User one
|
|
id: user-one
|
|
- content: User get
|
|
id: user-get
|
|
- content: User have Root Access
|
|
id: user-have-root-access
|
|
- content: User get Backups
|
|
id: user-get-backups
|
|
- content: User get Server Metrics
|
|
id: user-get-server-metrics
|
|
- content: User update
|
|
id: user-update
|
|
- content: User get User By Token
|
|
id: user-get-user-by-token
|
|
- content: User get Metrics Token
|
|
id: user-get-metrics-token
|
|
- content: User remove
|
|
id: user-remove
|
|
- content: User assign Permissions
|
|
id: user-assign-permissions
|
|
- content: User get Invitations
|
|
id: user-get-invitations
|
|
- content: User get Container Metrics
|
|
id: user-get-container-metrics
|
|
- content: User generate Token
|
|
id: user-generate-token
|
|
- content: User delete Api Key
|
|
id: user-delete-api-key
|
|
- content: User create Api Key
|
|
id: user-create-api-key
|
|
- content: User check User Organizations
|
|
id: user-check-user-organizations
|
|
- content: User send Invitation
|
|
id: user-send-invitation
|
|
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":"/user.all","method":"get"},{"path":"/user.one","method":"get"},{"path":"/user.get","method":"get"},{"path":"/user.haveRootAccess","method":"get"},{"path":"/user.getBackups","method":"get"},{"path":"/user.getServerMetrics","method":"get"},{"path":"/user.update","method":"post"},{"path":"/user.getUserByToken","method":"get"},{"path":"/user.getMetricsToken","method":"get"},{"path":"/user.remove","method":"post"},{"path":"/user.assignPermissions","method":"post"},{"path":"/user.getInvitations","method":"get"},{"path":"/user.getContainerMetrics","method":"get"},{"path":"/user.generateToken","method":"post"},{"path":"/user.deleteApiKey","method":"post"},{"path":"/user.createApiKey","method":"post"},{"path":"/user.checkUserOrganizations","method":"get"},{"path":"/user.sendInvitation","method":"post"}]} showTitle={true} /> |