mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-10 03:27:24 -03:00
Fijxu
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
254 B
Markdown
Executable file
13 lines
254 B
Markdown
Executable file
# Bug Report Claims - Private
|
|
|
|
* */api/v3/users/`userID`/bug-report-claims* = Bug report claims by user
|
|
* Response Example:
|
|
|
|
```js
|
|
{
|
|
"claim": false,
|
|
"claim_id": 0,
|
|
"start_time": 0,
|
|
"end_time": 0
|
|
}
|
|
```
|