Resource information
URL | https://api.statscore.com/v2/translations/events |
---|---|
Method | PUT |
Description | Add/update event participants name translation by provider ID. |
Authorization required | Yes |
...
Name | Data type | Description |
---|---|---|
lang_code | xsd:string | REQUIRED. Language code, e.g "zh-CN" - case sensitive |
provider_id | xsd:int | REQUIRED. The identifier of provider for given identifiers (event_id, participant.id) At this moment only: |
event_id | xsd:int | REQUIRED. The identifier for event |
.participants | ||
id | xsd:int | REQUIRED. The identifier of participant |
name | xsd:string | REQUIRED. The value of translated name (short_name) |
position | xsd:int | REQUIRED. The value of position, e.g 1 (for home participant), 2 ... |
...