mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
feat: qa
This commit is contained in:
@@ -103,7 +103,7 @@ export class ArchonServersV0Module extends AbstractModule {
|
||||
*/
|
||||
public async power(
|
||||
serverId: string,
|
||||
action: 'Start' | 'Stop' | 'Restart' | 'Kill',
|
||||
action: Archon.Servers.v0.PowerAction,
|
||||
): Promise<void> {
|
||||
await this.client.request(`/servers/${serverId}/power`, {
|
||||
api: 'archon',
|
||||
|
||||
Reference in New Issue
Block a user