소스 검색

Update API.md

Bastien Sevajol 8 년 전
부모
커밋
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
     }