CountriesController_importExternalCountries
POST/countries/external/import
CountriesController_importExternalCountries
Request
Header Parameters
x-futbolprode-path string
x-futbolprode-host string
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id numberrequired
name stringrequired
alpha2Code string
flagUrl string
teams string[]required
tournaments string[]required
[
{
"id": 0,
"name": "string",
"alpha2Code": "string",
"flagUrl": "string",
"teams": [
"string"
],
"tournaments": [
"string"
]
}
]
Loading...