diff --git a/devops/developer-api/openapi.yml b/devops/developer-api/openapi.yml index 03c7045a..566fa0df 100644 --- a/devops/developer-api/openapi.yml +++ b/devops/developer-api/openapi.yml @@ -1323,13 +1323,13 @@ components: type: string description: Name of the database example: "myredis" - region: + platform: type: string - description: Region of the database. Only valid option is 'global'. + description: Desired cloud platform for the database. enum: - - global - default: "global" - example: "global" + - aws + - gcp + example: "aws" primary_region: type: string description: Primary Region of the Global Database @@ -1399,7 +1399,7 @@ components: example: true required: - database_name - - region + - platform - primary_region ChangePlanRequest: