feat: v1 dbrp commands (#136)
* feat: v1 dbrp commands * fix: fixed the cloud create command * chore: cleanup * fix: updated based on required attrs in swagger * feat: update to latest openapi rev * chore: made dbrps plural consistently * chore: formatting * fix: standardized Default field name and added comments * chore: changed file name for command to singular
This commit is contained in:
@ -77,6 +77,10 @@ paths:
|
||||
$ref: "./overrides/paths/dashboards.yml"
|
||||
/templates/export:
|
||||
$ref: "./overrides/paths/templates_export.yml"
|
||||
/dbrps:
|
||||
$ref: "./openapi/src/common/paths/dbrps.yml"
|
||||
"/dbrps/{dbrpID}":
|
||||
$ref: "./openapi/src/common/paths/dbrps_dbrpID.yml"
|
||||
components:
|
||||
parameters:
|
||||
TraceSpan:
|
||||
@ -271,3 +275,13 @@ components:
|
||||
$ref: "./openapi/src/common/schemas/SecretKeys.yml"
|
||||
Secrets:
|
||||
$ref: "./openapi/src/common/schemas/Secrets.yml"
|
||||
DBRP:
|
||||
$ref: "./openapi/src/common/schemas/DBRP.yml"
|
||||
DBRPs:
|
||||
$ref: "./openapi/src/common/schemas/DBRPs.yml"
|
||||
DBRPCreate:
|
||||
$ref: "./openapi/src/common/schemas/DBRPCreate.yml"
|
||||
DBRPUpdate:
|
||||
$ref: "./openapi/src/common/schemas/DBRPUpdate.yml"
|
||||
DBRPGet:
|
||||
$ref: "./openapi/src/common/schemas/DBRPGet.yml"
|
||||
|
||||
Submodule api/contract/openapi updated: 1060f69e9f...d9aa0f1136
Reference in New Issue
Block a user