Skip to main content
POST
/
v1
/
game
/
versions
/
{serverId}
/
versions
/
install
Install version
curl --request POST \
  --url https://api.waterfall.host/v1/game/versions/{serverId}/versions/install \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>",
  "version": "<string>",
  "build": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required

Body

application/json
type
string
required
version
string
required
build
string

Response

200

Version installed