Skip to content

Commit 35e35b7

Browse files
committed
chore: Update OpenAPI specs
1 parent 709c5a7 commit 35e35b7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

openapi.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://developers.hostinger.com",
99
"email": "[email protected]"
1010
},
11-
"version": "0.1.5",
11+
"version": "0.1.6",
1212
"x-scalar-sdk-installation": [
1313
{
1414
"lang": "Shell",
@@ -5528,10 +5528,20 @@
55285528
"type": "integer",
55295529
"example": 325
55305530
},
5531+
"size": {
5532+
"description": "Backup size in kilobytes",
5533+
"type": "integer",
5534+
"example": 15240192
5535+
},
5536+
"restore_time": {
5537+
"description": "Estimated backup restore time in seconds",
5538+
"type": "integer",
5539+
"example": 3600
5540+
},
55315541
"location": {
55325542
"description": "Location of the backup",
55335543
"type": "string",
5534-
"example": "nl-srv-openvzbackups"
5544+
"example": "nl-srv-nodebackups"
55355545
},
55365546
"created_at": {
55375547
"type": "string",

0 commit comments

Comments
 (0)