Skip to content

Commit 72230b8

Browse files
OAS Update
1 parent 16ba5d1 commit 72230b8

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

services/postgres-flex/v3beta1/postgres-flex.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"name": "backupId",
131131
"required": true,
132132
"schema": {
133-
"format": "uint64",
133+
"format": "int64",
134134
"type": "integer"
135135
},
136136
"style": "simple"
@@ -157,7 +157,7 @@
157157
"name": "databaseId",
158158
"required": true,
159159
"schema": {
160-
"format": "uint64",
160+
"format": "int64",
161161
"type": "integer"
162162
},
163163
"style": "simple"
@@ -239,7 +239,7 @@
239239
"name": "page",
240240
"schema": {
241241
"default": 1,
242-
"format": "uint64",
242+
"format": "int64",
243243
"type": "integer"
244244
},
245245
"style": "form",
@@ -289,7 +289,7 @@
289289
"name": "size",
290290
"schema": {
291291
"default": 10,
292-
"format": "uint64",
292+
"format": "int64",
293293
"type": "integer"
294294
},
295295
"style": "form"
@@ -302,7 +302,7 @@
302302
"name": "userId",
303303
"required": true,
304304
"schema": {
305-
"format": "uint64",
305+
"format": "int64",
306306
"type": "integer"
307307
},
308308
"style": "simple"
@@ -908,22 +908,22 @@
908908
"Pagination": {
909909
"properties": {
910910
"page": {
911-
"format": "uint64",
911+
"format": "int64",
912912
"type": "integer"
913913
},
914914
"size": {
915-
"format": "uint64",
915+
"format": "int64",
916916
"type": "integer"
917917
},
918918
"sort": {
919919
"type": "string"
920920
},
921921
"totalPages": {
922-
"format": "uint64",
922+
"format": "int64",
923923
"type": "integer"
924924
},
925925
"totalRows": {
926-
"format": "uint64",
926+
"format": "int64",
927927
"type": "integer"
928928
}
929929
},
@@ -1199,7 +1199,7 @@
11991199
"backup.id": {
12001200
"description": "The ID of the backup.",
12011201
"example": 123,
1202-
"format": "uint64",
1202+
"format": "int64",
12031203
"type": "integer"
12041204
},
12051205
"backup.name": {
@@ -1231,7 +1231,7 @@
12311231
"backup.size": {
12321232
"description": "The size of the backup in bytes.",
12331233
"example": 8394655,
1234-
"format": "uint64",
1234+
"format": "int64",
12351235
"type": "integer"
12361236
},
12371237
"backup.sort": {
@@ -1259,7 +1259,7 @@
12591259
"backup.storage.size": {
12601260
"description": "The storage size in Gigabytes.",
12611261
"example": 10,
1262-
"format": "uint64",
1262+
"format": "int64",
12631263
"type": "integer"
12641264
},
12651265
"backup.type": {
@@ -1305,7 +1305,7 @@
13051305
"clone.storage.size": {
13061306
"description": "The storage size in Gigabytes.",
13071307
"example": 10,
1308-
"format": "uint64",
1308+
"format": "int64",
13091309
"type": "integer"
13101310
},
13111311
"database.collation": {
@@ -1316,7 +1316,7 @@
13161316
"database.id": {
13171317
"description": "The id of the database.",
13181318
"example": 1,
1319-
"format": "uint64",
1319+
"format": "int64",
13201320
"type": "integer"
13211321
},
13221322
"database.name": {
@@ -1377,7 +1377,7 @@
13771377
"flavor.cpu": {
13781378
"description": "The cpu count of the instance.",
13791379
"example": 1,
1380-
"format": "uint64",
1380+
"format": "int64",
13811381
"type": "integer"
13821382
},
13831383
"flavor.description": {
@@ -1398,19 +1398,19 @@
13981398
"flavor.maxGB": {
13991399
"description": "maximum storage which can be ordered for the flavor in Gigabyte.",
14001400
"example": 1,
1401-
"format": "uint32",
1401+
"format": "int32",
14021402
"type": "integer"
14031403
},
14041404
"flavor.memory": {
14051405
"description": "The memory of the instance in Gibibyte.",
14061406
"example": 1,
1407-
"format": "uint64",
1407+
"format": "int64",
14081408
"type": "integer"
14091409
},
14101410
"flavor.minGB": {
14111411
"description": "minimum storage which is required to order in Gigabyte.",
14121412
"example": 1,
1413-
"format": "uint32",
1413+
"format": "int32",
14141414
"type": "integer"
14151415
},
14161416
"flavor.nodeType": {
@@ -1455,12 +1455,12 @@
14551455
},
14561456
"maxIoPerSec": {
14571457
"example": 1000,
1458-
"format": "uint32",
1458+
"format": "int32",
14591459
"type": "integer"
14601460
},
14611461
"maxThroughInMb": {
14621462
"example": 100,
1463-
"format": "uint32",
1463+
"format": "int32",
14641464
"type": "integer"
14651465
}
14661466
},
@@ -1494,7 +1494,7 @@
14941494
"port": {
14951495
"description": "The port of the instance.",
14961496
"example": 5432,
1497-
"format": "uint32",
1497+
"format": "int32",
14981498
"type": "integer"
14991499
}
15001500
},
@@ -1701,7 +1701,7 @@
17011701
"retentionDays": {
17021702
"description": "How long backups are retained. The value can only be between 32 and 90 days.",
17031703
"example": 35,
1704-
"format": "uint32",
1704+
"format": "int32",
17051705
"maximum": 365,
17061706
"minimum": 32,
17071707
"nullable": true,
@@ -1710,7 +1710,7 @@
17101710
"retentionDays.opt": {
17111711
"description": "How long backups are retained. The value can only be between 32 and 90 days.",
17121712
"example": 35,
1713-
"format": "uint32",
1713+
"format": "int32",
17141714
"maximum": 365,
17151715
"minimum": 32,
17161716
"type": "integer"
@@ -1767,25 +1767,25 @@
17671767
"storage.max": {
17681768
"description": "The maximum available amount of storage.",
17691769
"example": 1000,
1770-
"format": "uint32",
1770+
"format": "int32",
17711771
"type": "integer"
17721772
},
17731773
"storage.min": {
17741774
"description": "The minimum available amount of storage.",
17751775
"example": 10,
1776-
"format": "uint32",
1776+
"format": "int32",
17771777
"type": "integer"
17781778
},
17791779
"storage.size": {
17801780
"description": "The storage size in Gigabytes.",
17811781
"example": 10,
1782-
"format": "uint64",
1782+
"format": "int64",
17831783
"type": "integer"
17841784
},
17851785
"storage.size.create": {
17861786
"description": "The storage size in Gigabytes.",
17871787
"example": 10,
1788-
"format": "uint64",
1788+
"format": "int64",
17891789
"type": "integer"
17901790
},
17911791
"storage.update": {
@@ -1805,7 +1805,7 @@
18051805
"user.id": {
18061806
"description": "The ID of the user.",
18071807
"example": 1,
1808-
"format": "uint64",
1808+
"format": "int64",
18091809
"type": "integer"
18101810
},
18111811
"user.name": {

0 commit comments

Comments
 (0)