Fix json output 1forge
parent
aa3fa306c8
commit
3ade7e1c2f
|
@ -19,10 +19,10 @@ Host: api.1forge.com
|
|||
* Success
|
||||
```
|
||||
{
|
||||
quota_used: 259,
|
||||
quota_limit: 5000,
|
||||
quota_remaining: 4741,
|
||||
hours_until_reset: 23
|
||||
"quota_used": 259,
|
||||
"quota_limit": 5000,
|
||||
"quota_remaining": 4741,
|
||||
"hours_until_reset": 23
|
||||
}
|
||||
```
|
||||
* Error
|
||||
|
|
Loading…
Reference in New Issue