Skip to content

Commit

Permalink
Add StopAt field to CommitLog action (#7222)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo authored Dec 30, 2023
1 parent 9896225 commit 1465ac5
Show file tree
Hide file tree
Showing 19 changed files with 128 additions and 35 deletions.
5 changes: 5 additions & 0 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3156,6 +3156,11 @@ paths:
schema:
type: string
format: date-time
- in: query
name: stop_at
description: a reference to stop at
schema:
type: string
responses:
200:
description: commit log
Expand Down
8 changes: 8 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.

6 changes: 4 additions & 2 deletions clients/java-legacy/docs/RefsApi.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.

8 changes: 8 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.

5 changes: 4 additions & 1 deletion clients/java/docs/RefsApi.md

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

Loading

0 comments on commit 1465ac5

Please sign in to comment.