Files
documentation/content/docs/api/client-server/post-send-command.mdx
Red-Banana-Official 6d6d4dcf26 Adding API documentation
2026-02-20 18:03:15 +01:00

24 lines
706 B
Plaintext

---
title: Send command
full: true
_openapi:
method: POST
toc: []
structuredData:
headings: []
contents:
- content: >-
Sends a command to the server
The server must be online to send a command to it. You will get HTTP
502 is the server if not online.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Sends a command to the server
The server must be online to send a command to it. You will get HTTP 502 is the server if not online.
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/command","method":"post"}]} />