Skip to main content
PATCH
/
v1
/
billing
/
compile-overflow
Set Compile Overflow
curl --request PATCH \
  --url https://api.faces.sh/v1/billing/compile-overflow \
  --header 'Content-Type: application/json' \
  --data '{
  "allow": true
}'
{
  "allow_compile_overflow": true,
  "tokens_used": 123,
  "tokens_limit": 123,
  "plan": "<string>"
}

Headers

authorization
string | null

Body

application/json
allow
boolean
required

Response

Successful Response

allow_compile_overflow
boolean
required
tokens_used
integer
required
tokens_limit
integer
required
plan
string
required