grmdocs
Endpoint examples

Create Player

Creates a new player in the system

POST/players

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Player to add to the system

namestringrequired

The name of the player

tagstring

Tag to specify the player type

idinteger<int64>required

Identification number of the player

Response

200application/json

Player response

namestringrequired

The name of the player

tagstring

Tag to specify the player type