Category

Represents the category details of a team or competition.

Properties for Category:

id integer

Id of the category

name string

Category name

  1. Men

  2. Women

  3. Youth

Example:

{
        "id": 2,
        "name": "Women"
      }

Last updated

Was this helpful?