From 311de04652bdabf9c492c628a18f38cbb8e56696 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenberg <96974219+Jonathan-Rosenberg@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:37:59 +0300 Subject: [PATCH] add a non-breaking change to api --- api/swagger.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/api/swagger.yml b/api/swagger.yml index 9fdccb8c131..d7b79076a8f 100644 --- a/api/swagger.yml +++ b/api/swagger.yml @@ -77,7 +77,7 @@ components: application/json: schema: $ref: "#/components/schemas/ErrorNoACL" - + Unauthorized: description: Unauthorized content: @@ -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: @@ -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: @@ -3843,6 +3843,11 @@ paths: required: false schema: type: boolean + - in: query + name: randy + required: false + schema: + type: string get: tags: - objects @@ -4243,7 +4248,7 @@ paths: $ref: "#/components/responses/NotFound" default: $ref: "#/components/responses/ServerError" - + post: tags: - retention