Skip to content

Commit

Permalink
fix: Set properly scaleway zone
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed Aug 19, 2024
1 parent e9d83a0 commit 1c7ca67
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@ paths:
summary: List Scaleway available managed database instance types
operationId: listSCWManagedDatabaseInstanceType
parameters:
- $ref: '#/paths/~1scaleway~1instanceType~1%7Bzone%7D/get/parameters/0'
- $ref: '#/components/parameters/zone'
- $ref: '#/components/parameters/databaseType'
tags:
- Cloud Provider
Expand All @@ -3203,13 +3203,7 @@ paths:
summary: List Scaleway Kapsule available instance types
operationId: listScalewayKapsuleInstanceType
parameters:
- name: zone
in: path
description: zone name
required: true
schema:
type: string
example: fr-par-1
- $ref: '#/components/parameters/zone'
tags:
- Cloud Provider
responses:
Expand Down Expand Up @@ -10811,6 +10805,14 @@ components:
schema:
type: string
example: MYSQL
zone:
name: zone
in: path
description: Zone name
required: true
schema:
type: string
example: fr-par-1
deploymentStageId:
name: deploymentStageId
in: path
Expand Down

0 comments on commit 1c7ca67

Please sign in to comment.