APIEndpoint referenceReferee
/referee
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 POST "https://example.com/api/v2/referee" \ -H "Content-Type: application/json" \ -d '{ "countrySlug": "string", "firstLeagueDebutTimestamp": 0, "games": 0, "id": 0, "name": "string", "slug": "string" }'{ "$schema": "https://example.com/schemas/RefereeCreateCreatedBody.json", "id": 0, "message": "string", "name": "string"}
