Update Configuration

This method allows the updating/overwriting of geometry dash configuration.

Request

name
value

url

method

POST

scope

geometry_dash_mod:configuration:write

Headers Parameters explained:

name
value
description

Authorization

Bearer {auth token}

Request Param

name
type
description

configuration

mod configuration

NOTE: This API overwrites the existing configuration, so the client should submit the full configuration every time.

Example of request body

{
  "configuration": {
    "disable_start": true,
    "death_bpm": 1
  }
}

Response

The response body in case 200 http status is a geometry dash mod configution .

Curl Request Example

Response Example


Last updated