Skip to content

Conversation

alitariksahin
Copy link
Contributor

  • Create openapi specs for developer api
  • remove mdx files, since docs.json will directly read its content from openapi
  • specify x-mint attribute to provide the urls so that the urls will stay the same, and if there is any reference to these urls they will keep working.

@alitariksahin alitariksahin self-assigned this Aug 28, 2025
Copy link

linear bot commented Aug 28, 2025

Comment on lines 1082 to 1085
enum:
- Free
- Pay as You Go
- Enterprise
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am guessing this isn't true

I remember that you mentioned the API being out of date (it probably is).

Can you go over the types once again? While going over them, it would be great if you can verify against the API or check the types in console

Comment on lines 1204 to 1210
consistent:
type: boolean
description: Strong consistency mode is enabled
reserved_per_region_price:
type: integer
description: Reserved price per region for enterprise plans
format: int64
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consistent isn't returned. reserved_per_region_price is returned but I don't know what it is. Asked here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"eviction": false,
"auto_upgrade": false,
"consistent": false,
"reserved_type": "",
"daily_backup_enabled": false,
in my console consistent was also returned

Comment on lines +1264 to +1266
description: Region of the database. Only valid option is 'global'.
enum:
- global
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not true for gcp global

Comment on lines 1273 to 1280
- us-east-1
- us-west-1
- us-west-2
- eu-west-1
- eu-central-1
- ap-southeast-1
- ap-southeast-2
- sa-east-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not the whole list

Copy link
Contributor

@CahidArda CahidArda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done!

@CahidArda CahidArda merged commit aac360d into main Sep 5, 2025
1 check passed
@CahidArda CahidArda deleted the DX-2052 branch September 5, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants