Skip to content

Commit c6a8d48

Browse files
committed
Add postgresql and mongodb engines to Database Types
1 parent bc336cd commit c6a8d48

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18184,6 +18184,16 @@ components:
1818418184
description: Pricing details for MySQL Managed Databases.
1818518185
items:
1818618186
$ref: '#/components/schemas/DatabaseTypeEngine'
18187+
postgresql:
18188+
type: array
18189+
description: Pricing details for PostgreSQL Managed Databases.
18190+
items:
18191+
$ref: '#/components/schemas/DatabaseTypeEngine'
18192+
mongodb:
18193+
type: array
18194+
description: Pricing details for MongoDB Managed Databases.
18195+
items:
18196+
$ref: '#/components/schemas/DatabaseTypeEngine'
1818718197
memory:
1818818198
type: integer
1818918199
description: The amount of RAM allocated to Database created of this plan type. The value is represented in megabytes.

0 commit comments

Comments
 (0)