mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 02:10:44 -05:00
28 lines
883 B
Plaintext
28 lines
883 B
Plaintext
---
|
|
title: List databases
|
|
full: true
|
|
_openapi:
|
|
method: GET
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: |-
|
|
Lists all databases on a server
|
|
|
|
## Include parameters
|
|
| Parameter | Description |
|
|
|-----------|-------------------------------------|
|
|
| password | Includes the database user password |
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Lists all databases on a server
|
|
|
|
## Include parameters
|
|
| Parameter | Description |
|
|
|-----------|-------------------------------------|
|
|
| password | Includes the database user password |
|
|
|
|
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/databases","method":"get"}]} /> |