tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ServerUpdateRequest.cs
Go to the documentation of this file.
1using System;
2
4{
8 public sealed class ServerUpdateRequest
9 {
13 [RequestOptions(FieldPresence.Required)]
14 public Version? NewVersion { get; set; }
15
19 public bool? UploadZip { get; set; }
20 }
21}
Version? NewVersion
Changes the version of tgstation-server to the given version from the upstream repository.
bool? UploadZip
If the user will provide the server update package .zip file via file transfer as opposed to TGS retr...
FieldPresence
Indicates whether a request field is Required or Ignored.