浏览代码

Update API.md

Bastien Sevajol 8 年前
父节点
当前提交
47d9e58685
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      API.md

+ 6 - 3
API.md 查看文件

47
           {
47
           {
48
              "id":30,
48
              "id":30,
49
              "label":"my calendar",
49
              "label":"my calendar",
50
-             "description":"blablabla 230"
50
+             "description":"blablabla 230",
51
+             "type": "workspace"
51
           },
52
           },
52
           {
53
           {
53
              "id":230,
54
              "id":230,
54
              "label":"my other calendar",
55
              "label":"my other calendar",
55
-             "description":"blablabla 230"
56
+             "description":"blablabla 230",
57
+             "type": "workspace"
56
           },
58
           },
57
           {
59
           {
58
              "id":20,
60
              "id":20,
59
              "label":"Name of the user",
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
     }