Skip to main content

CountriesController_create

POST 

/countries

CountriesController_create

Request

Header Parameters

    x-futbolprode-path string
    x-futbolprode-host string

Body

required
    name stringrequired
    flagUrl stringrequired
    alpha2Code stringrequired

Responses

Schema
    id numberrequired
    name stringrequired
    alpha2Code string
    flagUrl string
    teams string[]required
    tournaments string[]required
Loading...