Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Body
Maps a Motto entity to a Spiideo object. Such a mapping must exist for any entity that is to be used in Spiideo-related operations, otherwise no automatic API integration can be performed when creating Spiideo games.
The ID of the Motto entity.
The type of the Motto entity.
The ID of the Spiideo object. In the case of sports, this is the enum value of the sport in Spiideo, e.g. "football" or "basketball".
The type of the Spiideo object.
SPIIDEO_OBJECT_TYPE_UNSPECIFIED
, SPIIDEO_OBJECT_TYPE_TEAM
, SPIIDEO_OBJECT_TYPE_SPORT
, SPIIDEO_OBJECT_TYPE_PLAYER
, SPIIDEO_OBJECT_TYPE_SCENE
A description of the mapping. This is for informational purposes only and does not affect the functionality. This can be the name of the team or player in Motto, or any other relevant information that helps identify the mapping.
Response
OK
Maps a Motto entity to a Spiideo object. Such a mapping must exist for any entity that is to be used in Spiideo-related operations, otherwise no automatic API integration can be performed when creating Spiideo games.