mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Add support for installing custom BYOND versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user