Add support for installing custom BYOND versions

This commit is contained in:
Jordan Brown
2020-06-26 16:09:59 -04:00
parent 0d475287d7
commit 5372b74fd0
8 changed files with 168 additions and 36 deletions
+2
View File
@@ -265,6 +265,8 @@ To set the active Byond version:
I POST "/Byond" @ref Tgstation.Server.Api.Models.Byond => @ref Tgstation.Server.Api.Models.Byond
This will queue up a job to install the byond version if it doesn't exist which will be returned in the response. The @ref Tgstation.Server.Api.Models.Internal.RawData.Content field can be used to upload custom zip files.
To list all installed Byond versions use the following request:
I GET "/Byond/List" => Array of @ref Tgstation.Server.Api.Models.Byond