feat: add server-config command (#346)

* feat: added server-config command

* chore: update openapi to latest
This commit is contained in:
William Baker
2021-12-23 09:32:31 -05:00
committed by GitHub
parent 68ac116959
commit 178c7546b1
8 changed files with 449 additions and 1 deletions

View File

@ -119,6 +119,8 @@ paths:
$ref: "./openapi/src/oss/paths/replications_replicationID.yml"
/replications/{replicationID}/validate:
$ref: "./openapi/src/oss/paths/replications_replicationID_validate.yml"
/config:
$ref: "./openapi/src/oss/paths/config.yml"
components:
parameters:
TraceSpan:
@ -449,3 +451,5 @@ components:
$ref: "./openapi/src/oss/schemas/ReplicationUpdateRequest.yml"
Replications:
$ref: "./openapi/src/oss/schemas/Replications.yml"
Config:
$ref: "./openapi/src/oss/schemas/Config.yml"