Category

Represents the category details of a team or competition.

Properties

id integer

Id of the category

name string

Category name

  1. Men

  2. Women

  3. Youth

"category": {
                "id": 1,
                "name": "Men"
            }

Last updated