v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
EntityTags

Create EntityTag

post/entity_tags/batch

Request body

table_idstring

Entity id to be tagged

table_name'activity' | 'activity_athlete' | 'athlete' | 'period_athlete' | 'period' | 'position' | 'team' | 'venue' | 'device'

Entity type to be tagged

tag_idstring

Tag ID

Example request

[
  {
    "table_id": "0224615f-a286-40b3-97f4-7e4ec13e8529",
    "tag_id": "48ca1af5-c128-11e8-8c01-02e61a2df454"
  }
]

Response

Ok