From aaa37672d971b89fdf72e6cfefd088c69397b33c Mon Sep 17 00:00:00 2001 From: Verolop <2050904+Verolop@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:17:42 +0000 Subject: [PATCH] chore: update OpenAPI spec --- openapi-spec.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/openapi-spec.yaml b/openapi-spec.yaml index b277899..f716e6d 100644 --- a/openapi-spec.yaml +++ b/openapi-spec.yaml @@ -3296,9 +3296,10 @@ components: example: rapid minLength: 1 type: string + datastore: + $ref: '#/components/schemas/EmbeddedDatastoreSpec' datastoreId: description: The ID of the datastore instance to use (from ListDatastores). - If empty, a standard CockroachDB cluster will be created. example: dbi-qRGmqnr3EUxBZitpC3Moh pattern: ^(dbi-[a-zA-Z0-9-]+)?$ type: string @@ -4041,6 +4042,15 @@ components: type: object Duration: type: object + EmbeddedDatastoreSpec: + properties: + class: + description: The datastore class to use for the instance + example: cockroachdb-basic + type: string + cockroachdb: + $ref: '#/components/schemas/ClusterSpec' + type: object EstimatedLineItem: properties: estimatedCost: