@@ -19,17 +19,17 @@ When `API_KEY` is not set, the API endpoints are disabled and will return a 500
1919Each endpoint displays information related to the User:
2020
2121* [ Get Users] ( v1/users/all.md ) : ` GET /api/v1/users `
22- * [ Get User Details] ( v1/users/details.md ) : ` GET /api/v1/users/:username `
22+ * [ Get User Details] ( v1/users/details.md ) : ` GET /api/v1/users/:user_id `
2323
2424#### Calendars related
2525
2626Endpoints for viewing and modifying user calendars.
2727
28- * [ Show All User Calendars] ( v1/calendars/all.md ) : ` GET /api/v1/calendars/:username `
29- * [ Show User Calendar Details] ( v1/calendars/details.md ) : ` GET /api/v1/calendars/:username /:calendar_id `
30- * [ Create User Calendar] ( v1/calendars/create.md ) : ` POST /api/v1/calendars/:username /create `
31- * [ Edit User Calendar] ( v1/calendars/edit.md ) : ` POST /api/v1/calendars/:username /:calendar_id/edit `
32- * [ Delete User Calendar] ( v1/calendars/delete.md ) : ` POST /api/v1/calendars/:username /:calendar_id/delete `
33- * [ Show User Calendar Shares] ( v1/calendars/shares.md ) : ` GET /api/v1/calendars/:username /shares/:calendar_id `
34- * [ Share User Calendar] ( v1/calendars/share_add.md ) : ` POST /api/v1/calendars/:username /share/:calendar_id/add `
35- * [ Remove Share User Calendar] ( v1/calendars/share_remove.md ) : ` POST /api/v1/calendars/:username /share/:calendar_id/remove `
28+ * [ Show All User Calendars] ( v1/calendars/all.md ) : ` GET /api/v1/calendars/:user_id `
29+ * [ Show User Calendar Details] ( v1/calendars/details.md ) : ` GET /api/v1/calendars/:user_id /:calendar_id `
30+ * [ Create User Calendar] ( v1/calendars/create.md ) : ` POST /api/v1/calendars/:user_id /create `
31+ * [ Edit User Calendar] ( v1/calendars/edit.md ) : ` PUT /api/v1/calendars/:user_id /:calendar_id`
32+ * [ Delete User Calendar] ( v1/calendars/delete.md ) : ` DELETE /api/v1/calendars/:user_id /:calendar_id`
33+ * [ Show User Calendar Shares] ( v1/calendars/shares.md ) : ` GET /api/v1/calendars/:user_id /shares/:calendar_id `
34+ * [ Share User Calendar] ( v1/calendars/share_add.md ) : ` POST /api/v1/calendars/:user_id /share/:calendar_id/add `
35+ * [ Remove Share User Calendar] ( v1/calendars/share_remove.md ) : ` POST /api/v1/calendars/:user_id /share/:calendar_id/remove `
0 commit comments