mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-27 11:43:13 -03:00
6905fea26d
The content of the Users API docs is still to be completed. APIs that are from the same url were merged in the same file. ./docs/users.md not yet completed
13 lines
208 B
Markdown
13 lines
208 B
Markdown
# Device Tokens - Unknown
|
|
|
|
Request Method: POST
|
|
|
|
* */users/`userID`/device-tokens* = No info about this
|
|
* Response Example:
|
|
|
|
```js
|
|
{
|
|
"code": 400,
|
|
"message": "invalid input"
|
|
}
|
|
```
|