-Added "/v2/server/rules" and "/v2/server/motd" endpoints.
-Minor REST fixes.
This commit is contained in:
parent
aebc21c20a
commit
580010c478
3 changed files with 43 additions and 15 deletions
|
|
@ -129,7 +129,7 @@ namespace TShockAPI
|
|||
|
||||
[Description("This will announce a player's location on join")] public bool EnableGeoIP;
|
||||
|
||||
[Description("This will turn on a token requirement for the /status API endpoint.")] public bool
|
||||
[Description("This will turn on token requirement for the public REST API endpoints.")] public bool
|
||||
EnableTokenEndpointAuthentication;
|
||||
|
||||
[Description("Deprecated. Use ServerName instead.")] public string ServerNickname = "TShock Server";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue