Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions contracts/oss-diff.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions contracts/oss.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions contracts/oss.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions contracts/ref/oss.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/oss/paths/restore_bucketMetadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ post:
summary: Create a new bucket pre-seeded with shard info from a backup.
parameters:
- $ref: "../../common/parameters/TraceSpan.yml"
- in: query
name: onConflict
description: Behavior when a bucket with the same name already exists.
schema:
type: string
enum:
- error
- skip
- replace
requestBody:
description: Metadata manifest for a bucket.
required: true
Expand Down