Skip to main content

Submit review

Call for submitting in-game review

Path Parameters
name string REQUIRED

Example: ovddykvbs

Request Body
client_id string REQUIRED
client_secret string REQUIRED
steam_id string

Supports steam_id or eos_id.

eos_id string

Supports steam_id or eos_id.

stars integer REQUIRED
comment string REQUIRED
Responses
200

successful operation

Schema OPTIONAL
data string OPTIONAL
postReview
POST /api/v1/gameserver/:name/review
name — path
Body
client_id
client_secret
steam_id
eos_id
stars
comment
https://api.gameserverapp.com
curl -L -X POST 'https://api.gameserverapp.com/api/v1/gameserver/:name/review' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json'