doc change
This commit is contained in:
parent
259479cbee
commit
fd8b7ed7e7
2 changed files with 0 additions and 11 deletions
|
@ -399,10 +399,6 @@ def getCoursesByID(token, courseId):
|
||||||
return Response(response=course.to_JSON(),
|
return Response(response=course.to_JSON(),
|
||||||
status=200,
|
status=200,
|
||||||
mimetype="application/json")
|
mimetype="application/json")
|
||||||
#----------------------------------------------------------
|
|
||||||
# PUT
|
|
||||||
#----------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,13 +52,6 @@ def createMessage(token):
|
||||||
{<br>
|
{<br>
|
||||||
'groupId' : 123456789,<br>
|
'groupId' : 123456789,<br>
|
||||||
'message' : 'Class is canceled',<br>
|
'message' : 'Class is canceled',<br>
|
||||||
'date' : {<br>
|
|
||||||
'year': 2015,<br>
|
|
||||||
'month': 3,<br>
|
|
||||||
'day': 14,<br>
|
|
||||||
'hour': 16,<br>
|
|
||||||
'minute': 53<br>
|
|
||||||
},<br>
|
|
||||||
'isProject' : true<br>
|
'isProject' : true<br>
|
||||||
}<br>
|
}<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue