APIEndpoint referenceReferee

/referee/{id}

PUT
/api/v2/referee/{id}

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X PUT "https://example.com/api/v2/referee/string" \  -H "Content-Type: application/json" \  -d '{    "countrySlug": "string",    "firstLeagueDebutTimestamp": 0,    "games": 0,    "id": 0,    "name": "string",    "slug": "string"  }'
{  "$schema": "https://example.com/schemas/MessageEnvelope.json",  "message": "string"}