corrected a documentation glitch for checkToken - clarified which token is validated
parent
1d5dbd45ca
commit
9f9f7a627e
|
@ -414,7 +414,7 @@ sends a custom message of type `msg` to the pad
|
||||||
#### checkToken()
|
#### checkToken()
|
||||||
* API >= 1.2
|
* API >= 1.2
|
||||||
|
|
||||||
returns ok when api token is valid
|
returns ok when the current api token is valid
|
||||||
|
|
||||||
*Example returns:*
|
*Example returns:*
|
||||||
* `{"code":0,"message":"ok","data":null}`
|
* `{"code":0,"message":"ok","data":null}`
|
||||||
|
|
|
@ -549,7 +549,7 @@ exports.sendClientsMessage = function (padID, msg, callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
checkToken() returns ok when api token is valid
|
checkToken() returns ok when the current api token is valid
|
||||||
|
|
||||||
Example returns:
|
Example returns:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue