| ... | ... | @@ -25,13 +25,7 @@ _Seznam měst_ | 
|  |  | "distance": 0, | 
|  |  | "total_users": 0, | 
|  |  | "active_teams": 0, | 
|  |  | "is_participating": true, | 
|  |  | "coordinator": { | 
|  |  | "id": 4, | 
|  |  | "email": "jarda@dobramesta.cz", | 
|  |  | "name": "Jari Kurri", | 
|  |  | "profile_photo_url": "http:\/\/portal.desettisickroku.local\/storage\/profile-photos\/PBcWVT0qX7sfnvaXkzroPQZiJVwBEZqBVNSdevgK.jpg" | 
|  |  | } | 
|  |  | "is_participating": true | 
|  |  | }, | 
|  |  | { | 
|  |  | "id": 2, | 
| ... | ... | @@ -45,8 +39,7 @@ _Seznam měst_ | 
|  |  | "distance": 0, | 
|  |  | "total_users": 0, | 
|  |  | "active_teams": 0, | 
|  |  | "is_participating": false, | 
|  |  | "coordinator": null | 
|  |  | "is_participating": false | 
|  |  | } | 
|  |  | ] | 
|  |  | } | 
| ... | ... | @@ -65,15 +58,4 @@ _Seznam měst_ | 
|  |  | | distance | int | N | Vzdálenost v metrech | | 
|  |  | | total_users | int | N | Celkem uživatelů | | 
|  |  | | active_teams | int | N | Aktivních týmů | | 
|  |  | | is_participating | bool | N | Zda-li je zapojené | | 
|  |  | | coordinator | array | N | Koordinátor | | 
|  |  |  | 
|  |  |  | 
|  |  | **coordinator:** | 
|  |  |  | 
|  |  | | Parametr | Typ | Povinný | Popis | | 
|  |  | |----------|-----|---------|-------| | 
|  |  | | id | int | A | ID | | 
|  |  | | email | string | A | E-mail | | 
|  |  | | name | string | A | Jméno | | 
|  |  | | profile_photo_url | string | N | URL profilového obrázku | | 
|  |  | \ No newline at end of file | 
|  |  | | is_participating | bool | N | Zda-li je zapojené | | 
|  |  | \ No newline at end of file |