Revert updating a doc

This commit is contained in:
Takayuki Nakata 2020-01-23 09:13:13 +09:00
parent 58ae3d06b9
commit a492cfc376

View File

@ -546,9 +546,7 @@ A successful response includes the JSON object:
```javascript
{
// Indicates the remove succeeded, always true.
"ok": true,
// A string to be displayed to the user.
"msg": "user someone has been deleted from owners of crate cargo"
"ok": true
}
```