Skip to content

Commit

Permalink
openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Oct 11, 2024
1 parent 0a2e28b commit 9adb7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-tools/openapi-manager/src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub fn all_apis() -> Vec<ApiSpec> {
extra_validation: None,
},
ApiSpec {
title: "ClickHouse Cluster Admin Servr API",
title: "ClickHouse Cluster Admin Server API",
version: "0.0.1",
description: "API for interacting with the Oxide \
control plane's ClickHouse cluster replica servers",
Expand Down
2 changes: 1 addition & 1 deletion openapi/clickhouse-admin-server.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"title": "ClickHouse Cluster Admin Keeper API",
"title": "ClickHouse Cluster Admin Server API",
"description": "API for interacting with the Oxide control plane's ClickHouse cluster replica servers",
"contact": {
"url": "https://oxide.computer",
Expand Down

0 comments on commit 9adb7f6

Please sign in to comment.