From fd8b7ed7e7317f72208a348878d17194c576c3a6 Mon Sep 17 00:00:00 2001 From: aranzaiger Date: Thu, 2 Jul 2015 22:16:06 +0300 Subject: [PATCH] doc change --- SE_API/CourseRoutes.py | 4 ---- SE_API/MessageRoutes.py | 7 ------- 2 files changed, 11 deletions(-) diff --git a/SE_API/CourseRoutes.py b/SE_API/CourseRoutes.py index 9331a17..2f9d4b2 100644 --- a/SE_API/CourseRoutes.py +++ b/SE_API/CourseRoutes.py @@ -399,10 +399,6 @@ def getCoursesByID(token, courseId): return Response(response=course.to_JSON(), status=200, mimetype="application/json") -#---------------------------------------------------------- -# PUT -#---------------------------------------------------------- - diff --git a/SE_API/MessageRoutes.py b/SE_API/MessageRoutes.py index a181620..272fb5c 100644 --- a/SE_API/MessageRoutes.py +++ b/SE_API/MessageRoutes.py @@ -52,13 +52,6 @@ def createMessage(token): {
'groupId' : 123456789,
'message' : 'Class is canceled',
- 'date' : {
- 'year': 2015,
- 'month': 3,
- 'day': 14,
- 'hour': 16,
- 'minute': 53
- },
'isProject' : true
}