瀏覽代碼

Update API.md

Bastien Sevajol 7 年之前
父節點
當前提交
47d9e58685
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      API.md

+ 6 - 3
API.md 查看文件

@@ -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
     }