Spelling fixes
This commit is contained in:
parent
867e2d69d4
commit
52d5fc713e
|
@ -6,7 +6,7 @@
|
||||||
A list of all existing groups (a JSON object with groupIDs as keys and `1` as values).
|
A list of all existing groups (a JSON object with groupIDs as keys and `1` as values).
|
||||||
|
|
||||||
### pad:$PADID
|
### pad:$PADID
|
||||||
Saves all informations about pads
|
Contains all information about pads
|
||||||
|
|
||||||
* **atext** - the latest attributed text
|
* **atext** - the latest attributed text
|
||||||
* **pool** - the attribute pool
|
* **pool** - the attribute pool
|
||||||
|
@ -24,10 +24,10 @@ Saves a revision $REVNUM of pad $PADID
|
||||||
* **changeset** - the changeset of this revision
|
* **changeset** - the changeset of this revision
|
||||||
|
|
||||||
### pad:$PADID:chat:$CHATNUM
|
### pad:$PADID:chat:$CHATNUM
|
||||||
Saves a chatentry with num $CHATNUM of pad $PADID
|
Saves a chat entry with num $CHATNUM of pad $PADID
|
||||||
|
|
||||||
* **text** - the text of this chat entry
|
* **text** - the text of this chat entry
|
||||||
* **userId** - the autorID of this chat entry
|
* **userId** - the authorID of this chat entry
|
||||||
* **time** - the timestamp of this chat entry
|
* **time** - the timestamp of this chat entry
|
||||||
|
|
||||||
### pad2readonly:$PADID
|
### pad2readonly:$PADID
|
||||||
|
@ -43,9 +43,9 @@ Information about an author
|
||||||
* **colorID** - the colorID of this author as shown in the pad
|
* **colorID** - the colorID of this author as shown in the pad
|
||||||
|
|
||||||
### mapper2group:$MAPPER
|
### mapper2group:$MAPPER
|
||||||
Maps an external application identifier to an internal group
|
Maps an external application identifier to an internal group
|
||||||
### mapper2author:$MAPPER
|
### mapper2author:$MAPPER
|
||||||
Maps an external application identifier to an internal author
|
Maps an external application identifier to an internal author
|
||||||
### group:$GROUPID
|
### group:$GROUPID
|
||||||
a group of pads
|
a group of pads
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue