mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-19 21:08:19 +08:00
chore(openapi): sync shared API contract from cloud@40bf0ec
This commit is contained in:
parent
03978e1e81
commit
c3ada9c1cd
17
openapi.yaml
17
openapi.yaml
@ -2464,6 +2464,23 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
properties:
|
properties:
|
||||||
|
free_tier_balance:
|
||||||
|
description: Free-tier job allowance for an authenticated non-paid (FREE-tier) user in the rollout. Absent for paid users and unauthenticated requests. Synthesized from config before a grant row exists so a brand-new user still sees their full allowance.
|
||||||
|
properties:
|
||||||
|
allowance:
|
||||||
|
description: Total free jobs granted for the current period
|
||||||
|
type: integer
|
||||||
|
remaining:
|
||||||
|
description: Free jobs remaining (allowance - used, floored at 0)
|
||||||
|
type: integer
|
||||||
|
used:
|
||||||
|
description: Free jobs consumed so far
|
||||||
|
type: integer
|
||||||
|
required:
|
||||||
|
- allowance
|
||||||
|
- used
|
||||||
|
- remaining
|
||||||
|
type: object
|
||||||
max_upload_size:
|
max_upload_size:
|
||||||
description: Maximum upload size in bytes
|
description: Maximum upload size in bytes
|
||||||
type: integer
|
type: integer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user