Browse Source

Update API.md

Bastien Sevajol 8 years ago
parent
commit
47d9e58685
1 changed files with 6 additions and 3 deletions
  1. 6 3
      API.md

+ 6 - 3
API.md View File

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
     }