-Added "/v2/server/rules" and "/v2/server/motd" endpoints.

-Minor REST fixes.
This commit is contained in:
CoderCow 2013-07-25 23:51:18 +02:00
parent aebc21c20a
commit 580010c478
3 changed files with 43 additions and 15 deletions

View file

@ -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";