mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 13:19:15 -05:00
29 lines
1002 B
Plaintext
29 lines
1002 B
Plaintext
---
|
|
title: Server activity
|
|
full: true
|
|
_openapi:
|
|
method: GET
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: |-
|
|
Returns the activity log for the specified server
|
|
|
|
## Include parameters
|
|
| Parameter | Description |
|
|
|-----------|----------------------------------------------|
|
|
| actor | Information about the user who performed the action |
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Returns the activity log for the specified server
|
|
|
|
## Include parameters
|
|
| Parameter | Description |
|
|
|-----------|-----------------------------------------------------|
|
|
| actor | Information about the user who performed the action |
|
|
|
|
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/activity","method":"get"}]} />
|