소스 검색

Add info about event editing [ci skip]

Matt Coles 9 년 전
부모
커밋
68c9d741a9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -459,7 +459,8 @@ The error codes are as follows, `1` indicates that the event does not exist, and
459 459
 `2` indicates a malformed request.
460 460
 
461 461
 ### /events/edit/:eventid
462
-To create a new event, a `PUT` request should be sent with the following data:
462
+To create a new event, a `PUT` request should be sent with the following data -
463
+all fields except auth are optional:
463 464
 ```javascript
464 465
 {
465 466
     "name": "Test Event",