Bastien Sevajol 7 lat temu
rodzic
commit
47d9e58685
1 zmienionych plików z 6 dodań i 3 usunięć
  1. 6 3
      API.md

+ 6 - 3
API.md Wyświetl plik

@@ -47,17 +47,20 @@ Return list of calendars accessible by current connected user.
47 47
           {
48 48
              "id":30,
49 49
              "label":"my calendar",
50
-             "description":"blablabla 230"
50
+             "description":"blablabla 230",
51
+             "type": "workspace"
51 52
           },
52 53
           {
53 54
              "id":230,
54 55
              "label":"my other calendar",
55
-             "description":"blablabla 230"
56
+             "description":"blablabla 230",
57
+             "type": "workspace"
56 58
           },
57 59
           {
58 60
              "id":20,
59 61
              "label":"Name of the user",
60
-             "description":"my personnal calendar"
62
+             "description":"my personnal calendar",
63
+             "type": "user"
61 64
           }
62 65
        ]
63 66
     }