修改 /ticket/update 中表示成员的方式 in #50

This commit is contained in:
jysperm
2014-05-02 17:07:57 +08:00
parent 2ec508fc57
commit a7be0b98f2
5 changed files with 68 additions and 44 deletions

View File

@@ -63,10 +63,12 @@ Request:
"public": true
},
"members": {
// add a user
"525284cc2cebb6d0008b4567": true,
// remove a user
"4cc2cebb6d5254567280008b": false
"add": [
"525284cc2cebb6d0008b4567"
],
"remove": [
"4cc2cebb6d5254567280008b"
]
}
}

View File

@@ -1,5 +1,7 @@
## 用户系统
在 API 中所有需要指明一个用户的参数都可以使用「用户名」「邮件地址」「ID」任意之一。
### 用户组
* root - 全站最高管理员