Skip to content

Commit

Permalink
Add param to Creation
Browse files Browse the repository at this point in the history
  • Loading branch information
itaigilo committed Jan 15, 2025
1 parent 32b273f commit 65974c0
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 2 deletions.
3 changes: 3 additions & 0 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ components:
name:
type: string
pattern: "^[a-z0-9][a-z0-9-]{2,62}$"
storage_id:
type: string
description: Unique identifier of the underlying data store
storage_namespace:
type: string
description: 'Filesystem URI to store the underlying data in (e.g. "s3://my-bucket/some/path/")'
Expand Down
4 changes: 4 additions & 0 deletions clients/java/api/openapi.yaml

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

1 change: 1 addition & 0 deletions clients/java/docs/RepositoryCreation.md

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

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

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

1 change: 1 addition & 0 deletions clients/python/docs/RepositoryCreation.md

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

4 changes: 3 additions & 1 deletion clients/python/lakefs_sdk/models/repository_creation.py

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

1 change: 1 addition & 0 deletions clients/python/test/test_repository_creation.py

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

1 change: 1 addition & 0 deletions clients/rust/docs/RepositoryCreation.md

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

4 changes: 4 additions & 0 deletions clients/rust/src/models/repository_creation.rs

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

3 changes: 3 additions & 0 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ components:
name:
type: string
pattern: "^[a-z0-9][a-z0-9-]{2,62}$"
storage_id:
type: string
description: Unique identifier of the underlying data store
storage_namespace:
type: string
description: 'Filesystem URI to store the underlying data in (e.g. "s3://my-bucket/some/path/")'
Expand Down

0 comments on commit 65974c0

Please sign in to comment.