Update api spec (#340)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2024-12-13 10:34:40 -05:00
committed by GitHub
parent 4d493da4f2
commit 41d26c608d
3 changed files with 711 additions and 718 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,8 +26,6 @@ class ApiCallWithPrice(BaseModel):
ip_address: str = ""
litterbox: Optional[bool] = None
method: Method
minutes: Optional[int] = None

View File

@ -15185,11 +15185,6 @@
"type": "string",
"format": "ip"
},
"litterbox": {
"nullable": true,
"description": "If the API call was spawned from the litterbox or not.",
"type": "boolean"
},
"method": {
"description": "The HTTP method requested by the API call.",
"allOf": [