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:
committed by
GitHub
parent
4d493da4f2
commit
41d26c608d
File diff suppressed because it is too large
Load Diff
@ -26,8 +26,6 @@ class ApiCallWithPrice(BaseModel):
|
|||||||
|
|
||||||
ip_address: str = ""
|
ip_address: str = ""
|
||||||
|
|
||||||
litterbox: Optional[bool] = None
|
|
||||||
|
|
||||||
method: Method
|
method: Method
|
||||||
|
|
||||||
minutes: Optional[int] = None
|
minutes: Optional[int] = None
|
||||||
|
@ -15185,11 +15185,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "ip"
|
"format": "ip"
|
||||||
},
|
},
|
||||||
"litterbox": {
|
|
||||||
"nullable": true,
|
|
||||||
"description": "If the API call was spawned from the litterbox or not.",
|
|
||||||
"type": "boolean"
|
|
||||||
},
|
|
||||||
"method": {
|
"method": {
|
||||||
"description": "The HTTP method requested by the API call.",
|
"description": "The HTTP method requested by the API call.",
|
||||||
"allOf": [
|
"allOf": [
|
||||||
|
Reference in New Issue
Block a user