tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ConfigurationFileRequest.cs
Go to the documentation of this file.
2{
7 {
9 [RequestOptions(FieldPresence.Required)]
10 public string? Path { get; set; }
11
13 public string? LastReadHash { get; set; }
14 }
15}
Represents a request to update a configuration file.
string? LastReadHash
The MD5 hash of the file when last read by the user. If this doesn't match during update actions,...
Represents a game configuration file. Create and delete actions uncerimonuously overwrite/delete file...
FieldPresence
Indicates whether a request field is Required or Ignored.