Browse Source

remove duplication

Come 7 years ago
parent
commit
56add567c7
1 changed files with 1 additions and 23 deletions
  1. 1 23
      API.md

+ 1 - 23
API.md View File

5
 APi not actually implement authentication method. You must use cookies set by
5
 APi not actually implement authentication method. You must use cookies set by
6
 frontend login.
6
 frontend login.
7
 
7
 
8
-## Timezone
9
-
10
-### List
11
-
12
-    GET /api/timezone/
13
-
14
-Return list of all timezone available when creating a user
15
-
16
-#### Response
17
-
18
-    {
19
-      "value_list": [
20
-        "Africa/Abidjan",
21
-        "Africa/Accra",
22
-        "Africa/Addis_Ababa",
23
-        "Africa/Algiers",
24
-        "Africa/Asmara",
25
-        ...
26
-      ]
27
-    }
28
-
29
-
30
 ## Workspaces
8
 ## Workspaces
31
 
9
 
32
 ### List
10
 ### List
139
       ]
117
       ]
140
     }
118
     }
141
 
119
 
142
-## Calendars
120
+## Calendars
143
 
121
 
144
 ### List
122
 ### List
145
 
123