cURL
curl --request POST \ --url https://api.mottostreaming.com/integration/spiideo/v1/team_type_mappings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "motto_entity_type": "<string>", "sport_field": "<string>", "abbreviation_field": "<string>" }'
{ "team_type_mapping": { "motto_entity_type": "<string>", "sport_field": "<string>", "abbreviation_field": "<string>" } }
Creates a new team type mapping.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SpiideoTeamTypeMapping maps a Motto entity type to Spiideo team properties.
OK
The response is of type object.
object