curl --request PUT \
--url https://api.waterfall.host/v1/game/servers/{serverId}/startup/docker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dockerImage": "<string>"
}
'curl --request PUT \
--url https://api.waterfall.host/v1/game/servers/{serverId}/startup/docker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dockerImage": "<string>"
}
'