Skip to content

Commit

Permalink
API: add mising status code for usage-report (#7306)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Jan 18, 2024
1 parent b578693 commit 3ec5ee3
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 4 deletions.
2 changes: 2 additions & 0 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5362,6 +5362,8 @@ paths:
$ref: "#/components/responses/BadRequest"
401:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
420:
description: too many requests
default:
Expand Down
6 changes: 6 additions & 0 deletions clients/java-legacy/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-legacy/docs/InternalApi.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.

6 changes: 6 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/InternalApi.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.

1 change: 1 addition & 0 deletions clients/python-legacy/docs/InternalApi.md

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/InternalApi.md

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/lakefs_sdk/api/internal_api.py

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

8 changes: 4 additions & 4 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ paths:
operationId: deleteRepositoryMetadata
summary: delete repository metadata
description: |
Delete repository metadata. Deletes the provided keys from the repository metadata.
Delete specified keys from the repository's metadata.
requestBody:
required: true
content:
Expand All @@ -2679,11 +2679,9 @@ paths:
$ref: "#/components/schemas/RepositoryMetadataKeys"
responses:
204:
description: repository metadata deleted successfully
description: repository metadata keys deleted successfully
401:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
420:
description: too many requests
default:
Expand Down Expand Up @@ -5364,6 +5362,8 @@ paths:
$ref: "#/components/responses/BadRequest"
401:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
420:
description: too many requests
default:
Expand Down

0 comments on commit 3ec5ee3

Please sign in to comment.