Skip to content

Commit

Permalink
update docs swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug committed Jul 1, 2021
1 parent 3f15238 commit febc95e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -834,14 +834,16 @@ components:
example: 64eaa103-d726-4a33-bcb8-7c0b4abfe09e
gc_commits_location:
type: string
description: location of commits csv table (partitioned by run_id)
description: location of the resulting commits csv table (partitioned by run_id)
example: s3://my-storage-namespace/_lakefs/retention/commits
gc_addresses_location:
type: string
description: location for expired addresses parquet table (partitioned by run_id)
description: location to use for expired addresses parquet table (partitioned by run_id)
example: s3://my-storage-namespace/_lakefs/retention/addresses
required:
- run_id
- gc_commits_location
- gc_addresses_location

GarbageCollectionRule:
type: object
Expand Down

0 comments on commit febc95e

Please sign in to comment.