Skip to content

Commit

Permalink
Review feedback, but fix openapi too
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Aug 2, 2022
1 parent e1f02b9 commit 77ce28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nexus/src/external_api/http_entrypoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ async fn ip_pool_update(
apictx.external_latencies.instrument_dropshot_handler(&rqctx, handler).await
}

/// Fetch an IP pool
/// Fetch an IP pool used for Oxide services.
#[endpoint {
method = GET,
path = "/ip-pools-service/{rack_id}",
Expand Down
2 changes: 1 addition & 1 deletion openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@
"tags": [
"ip-pools"
],
"summary": "Fetch an IP pool",
"summary": "Fetch an IP pool used for Oxide services.",
"operationId": "ip_pool_service_view",
"parameters": [
{
Expand Down

0 comments on commit 77ce28d

Please sign in to comment.