Create a new indicator

POST {{baseUrl}}/{{version}}/indicators/create

This  endpoint provides users with the capability to generate an indicator specific to a certain team. This indicator is then used by a coach to evaluate players.

Request Body

[{"name"=>"team_id", "value"=>"100", "datatype"=>"number"}, {"name"=>"indicator_name", "value"=>"Communication 2", "datatype"=>"string"}, {"name"=>"indicator_description", "value"=>"Some description", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"The new indicator has been created successfully","indicator_id":213}