Skip to content

Commit

Permalink
add a non-breaking change to api
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Rosenberg committed Sep 18, 2023
1 parent c122c0f commit 311de04
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ components:
application/json:
schema:
$ref: "#/components/schemas/ErrorNoACL"

Unauthorized:
description: Unauthorized
content:
Expand Down Expand Up @@ -1271,7 +1271,7 @@ components:
example: s3://my-bucket/production/collections/
destination:
type: string
description: Destination for the imported objects on the branch
description: Destination for the imported objects on the branch
example: collections/

ImportCreation:
Expand Down Expand Up @@ -1378,14 +1378,14 @@ components:
required:
- update_time
- completed

ImportCreationResponse:
type: object
properties:
id:
description: The id of the import process
type: string
required:
required:
- id

MetaRangeCreation:
Expand Down Expand Up @@ -3843,6 +3843,11 @@ paths:
required: false
schema:
type: boolean
- in: query
name: randy
required: false
schema:
type: string
get:
tags:
- objects
Expand Down Expand Up @@ -4243,7 +4248,7 @@ paths:
$ref: "#/components/responses/NotFound"
default:
$ref: "#/components/responses/ServerError"

post:
tags:
- retention
Expand Down

0 comments on commit 311de04

Please sign in to comment.