| ... | @@ -25,13 +25,7 @@ _Seznam měst_ | ... | @@ -25,13 +25,7 @@ _Seznam měst_ | 
|  | "distance": 0, |  | "distance": 0, | 
|  | "total_users": 0, |  | "total_users": 0, | 
|  | "active_teams": 0, |  | "active_teams": 0, | 
|  | "is_participating": true, |  | "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" |  |  | 
|  | } |  |  | 
|  | }, |  | }, | 
|  | { |  | { | 
|  | "id": 2, |  | "id": 2, | 
| ... | @@ -45,8 +39,7 @@ _Seznam měst_ | ... | @@ -45,8 +39,7 @@ _Seznam měst_ | 
|  | "distance": 0, |  | "distance": 0, | 
|  | "total_users": 0, |  | "total_users": 0, | 
|  | "active_teams": 0, |  | "active_teams": 0, | 
|  | "is_participating": false, |  | "is_participating": false | 
|  | "coordinator": null |  |  | 
|  | } |  | } | 
|  | ] |  | ] | 
|  | } |  | } | 
| ... | @@ -66,14 +59,3 @@ _Seznam měst_ | ... | @@ -66,14 +59,3 @@ _Seznam měst_ | 
|  | | total_users | int | N | Celkem uživatelů | |  | | total_users | int | N | Celkem uživatelů | | 
|  | | active_teams | int | N | Aktivních týmů | |  | | active_teams | int | N | Aktivních týmů | | 
|  | | is_participating | bool | N | Zda-li je zapojené | |  | | is_participating | bool | N | Zda-li je zapojené | | 
|  |  |  | \ No newline at end of file | 
|  | | 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 |  |  |