|  |  | _Kategorie týmů_ | 
|  |  |  | 
|  |  | **URL:** /api/team-categories | 
|  |  |  | 
|  |  | **Method:** POST | 
|  |  |  | 
|  |  | **Vrací JSON:** | 
|  |  | ```json | 
|  |  | [ | 
|  |  | { | 
|  |  | "id": 1, | 
|  |  | "title": "Klasický" | 
|  |  | }, | 
|  |  | { | 
|  |  | "id": 5, | 
|  |  | "title": "Partnerský" | 
|  |  | }, | 
|  |  | { | 
|  |  | "id": 2, | 
|  |  | "title": "Firemní" | 
|  |  | }, | 
|  |  | { | 
|  |  | "id": 3, | 
|  |  | "title": "Školní" | 
|  |  | }, | 
|  |  | { | 
|  |  | "id": 4, | 
|  |  | "title": "Třígenerační" | 
|  |  | } | 
|  |  | ] | 
|  |  | ``` | 
|  |  |  | 
|  |  | | Parametr | Typ | Povinný | Popis | | 
|  |  | |----------|-----|---------|-------| | 
|  |  | | id | int | A | ID | | 
|  |  | | title | string | A | Název | | 
|  |  | \ No newline at end of file |