Skip to content

Commit

Permalink
Sync OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyriel authored and GitHub Actions committed May 23, 2024
1 parent e7dae28 commit bd8911c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fern/apis/master/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1360,13 +1360,13 @@ paths:
/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
4 changes: 2 additions & 2 deletions fern/apis/v1.9.x/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1360,13 +1360,13 @@ paths:
/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 bd8911c

Please sign in to comment.