Skip to content
Draft
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 api-docs/influxdb/v2/influxdb-oss-v2-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8384,6 +8384,15 @@ paths:
operationId: PostRestoreBucketMetadata
parameters:
- $ref: '#/components/parameters/TraceSpan'
- description: Behavior when a bucket with the same name already exists.
in: query
name: onConflict
schema:
enum:
- error
- skip
- replace
type: string
requestBody:
content:
application/json:
Expand Down
Loading