Skip to content

Commit

Permalink
Mark refs dump/restore current api as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Sep 21, 2023
1 parent 0506441 commit 173a71f
Show file tree
Hide file tree
Showing 17 changed files with 998 additions and 986 deletions.
12 changes: 8 additions & 4 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2400,9 +2400,11 @@ paths:
type: string
put:
tags:
- refs
- internal
operationId: dumpRefs
summary: Dump repository refs (tags, commits, branches) to object store
summary: |
Dump repository refs (tags, commits, branches) to object store
Deprecated: a new API will introduce long running operations
responses:
201:
description: refs dump
Expand All @@ -2428,9 +2430,11 @@ paths:
type: string
put:
tags:
- refs
- internal
operationId: restoreRefs
summary: Restore repository refs (tags, commits, branches) from object store
summary: |
Restore repository refs (tags, commits, branches) from object store.
Deprecated: a new API will introduce long running operations
requestBody:
required: true
content:
Expand Down
4 changes: 2 additions & 2 deletions clients/java/README.md

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

12 changes: 8 additions & 4 deletions clients/java/api/openapi.yaml

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

187 changes: 187 additions & 0 deletions clients/java/docs/InternalApi.md

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

Loading

0 comments on commit 173a71f

Please sign in to comment.