Skip to content

Commit

Permalink
minor doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Apr 8, 2020
1 parent 785be03 commit f7c8b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ The user agent `ua` is expected to follow [RFC 7231 section 5.5.3](http://tools.

Message `{acc}` creates users or updates `tags` or authentication credentials `scheme` and `secret` of exiting users. To create a new user set `user` to the string `new` optionally followed by any character sequence, e.g. `newr15gsr`. Either authenticated or anonymous session can send an `{acc}` message to create a new user. To update authentication data or validate a credential of the current user leave `user` unset.

The `{acc}` message **cannot** be used to modify `desc` of an existing user. Update user's `me` topic instead.
The `{acc}` message **cannot** be used to modify `desc` or `cred` of an existing user. Update user's `me` topic instead.

```js
acc: {
Expand Down

0 comments on commit f7c8b0f

Please sign in to comment.