Skip to content

Commit

Permalink
fix article in title
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyriel committed May 23, 2024
1 parent fb455d1 commit e7dae28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/api-description-overwrites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,13 @@ Target Search: When a target is provided (with or without context), the score co
/collections/{collection_name}/shards/{shard_id}/snapshots/recover:
put:
description: Recovers the shard of a local collection from a snapshot. This will overwrite any collection data, which is stored in this shard.
summary: Recover from snapshot (shard)
summary: Recover from a snapshot (shard)
tags:
- Snapshots
/collections/{collection_name}/shards/{shard_id}/snapshots/upload:
post:
description: Recovers the shard of a local collection from an uploaded snapshot. This will overwrite any collection data, which is stored in this shard.
summary: Recover from uploaded snapshot (shard)
summary: Recover from an uploaded snapshot (shard)
tags:
- Snapshots
/collections/{collection_name}/shards/{shard_id}/snapshots/{snapshot_name}:
Expand Down

0 comments on commit e7dae28

Please sign in to comment.