mirror of https://github.com/mongodb/mongo
SERVER-107257 Fix the description for the passthroughToShard parameter (#38512)
GitOrigin-RevId: bf6ffd3328dc75d8580f70d967af696546602411
This commit is contained in:
parent
23e14b8aa7
commit
4d59fb3cd5
|
|
@ -291,7 +291,7 @@ commands:
|
|||
optional: true
|
||||
stability: unstable
|
||||
$_passthroughToShard:
|
||||
description: "An optional internal parameter for this request. If a shard key is specified, then that specific shard will be targeted."
|
||||
description: "An optional internal parameter for this request. If a shard is specified, then that specific shard will be targeted."
|
||||
type: PassthroughToShardOptions
|
||||
cpp_name: passthroughToShard
|
||||
optional: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue