Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: move specific api to internal tag #6582

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ paths:
/setup_comm_prefs:
post:
tags:
- config
- internal
operationId: setupCommPrefs
summary: setup communications preferences
security: []
Expand Down Expand Up @@ -1501,7 +1501,7 @@ paths:
/setup_lakefs:
get:
tags:
- config
- internal
operationId: getSetupState
summary: check if the lakeFS installation is already set up
security: []
Expand All @@ -1516,7 +1516,7 @@ paths:
$ref: "#/components/responses/ServerError"
post:
tags:
- config
- internal
operationId: setup
summary: setup lakeFS and create a first user
security: []
Expand Down Expand Up @@ -1633,7 +1633,7 @@ paths:
/auth/capabilities:
get:
tags:
- auth
- internal
operationId: getAuthCapabilities
summary: list authentication capabilities supported
security: []
Expand Down Expand Up @@ -3620,7 +3620,7 @@ paths:
type: string
put:
tags:
- staging
- internal
operationId: updateBranchToken
summary: modify branch staging token
requestBody:
Expand Down Expand Up @@ -3663,7 +3663,7 @@ paths:
type: string
get:
tags:
- objects
- internal
operationId: uploadObjectPreflight
responses:
204:
Expand Down Expand Up @@ -4269,7 +4269,7 @@ paths:
type: string
get:
tags:
- retention
- internal
operationId: setGarbageCollectionRulesPreflight
responses:
204:
Expand Down Expand Up @@ -4412,7 +4412,7 @@ paths:
type: string
get:
tags:
- repositories
- internal
operationId: createBranchProtectionRulePreflight
responses:
204:
Expand Down Expand Up @@ -4593,7 +4593,7 @@ paths:
/statistics:
post:
tags:
- statistics
- internal
operationId: postStatsEvents
summary: post stats events, this endpoint is meant for internal use only
requestBody:
Expand Down
18 changes: 9 additions & 9 deletions clients/java/README.md

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

18 changes: 9 additions & 9 deletions clients/java/api/openapi.yaml

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

58 changes: 0 additions & 58 deletions clients/java/docs/AuthApi.md

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

Loading