pageserver: fix a syntax error in swagger (#6566)

A description was written as a follow-on to a section line, rather than
in the proper `description:` part. This caused swagger parsers to
rightly reject it.
This commit is contained in:
John Spray
2024-02-02 10:35:09 +00:00
committed by GitHub
parent 23f58145ed
commit 24e916d37f

View File

@@ -1443,7 +1443,8 @@ components:
node_id:
description: Pageserver node ID where this shard is attached
type: integer
shard_id: Tenant shard ID of the shard
shard_id:
description: Tenant shard ID of the shard
type: string
SecondaryConfig:
type: object