mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-30 04:57:23 -03:00
14 lines
266 B
Markdown
14 lines
266 B
Markdown
|
# Bug Report Claims
|
||
|
|
||
|
* */api/v3/users/`userID`/bug-report-claims* = Some report shit
|
||
|
* Response Example:
|
||
|
|
||
|
```json
|
||
|
{ // I don't know nothing about this
|
||
|
"claim": false,
|
||
|
"claim_id": 0,
|
||
|
"start_time": 0,
|
||
|
"end_time": 0
|
||
|
}
|
||
|
```
|