APIEndpoint referenceReferee
/referee/{id}/statistics
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/api/referee/string/statistics" \ -H "Content-Type: application/json" \ -d '{ "appearances": 0, "penalties": 0, "redCards": 0, "uniqueTournamentId": 0, "yellowCards": 0, "yellowRedCards": 0 }'{ "message": "string"}