Skip to main content

Update Config template

Update an existing Config template.

Path Parameters
configtemplate_id integer REQUIRED

Example: 39581

Request Body
name string REQUIRED
Responses
200

successful operation

Schema OPTIONAL
id integer OPTIONAL
name string OPTIONAL
app_id integer OPTIONAL
advanced_mode boolean OPTIONAL
can_edit boolean OPTIONAL
server_count integer OPTIONAL
files object OPTIONAL
files string[] OPTIONAL
parameters object OPTIONAL
branch object OPTIONAL
name string OPTIONAL
info string OPTIONAL
settings boolean OPTIONAL
type string OPTIONAL
configs (circular)[] OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
updateConfigTemplate
PUT /system-api/v2/config-template/:configtemplate_id
configtemplate_id — path
Body
name
https://api.gameserverapp.com
curl -L -X PUT 'https://api.gameserverapp.com/system-api/v2/config-template/:configtemplate_id' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json'