Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-action committed Dec 31, 2023
1 parent 3ae383e commit 34b798c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3152,13 +3152,13 @@ paths:
type: boolean
- in: query
name: since
description: Show commits more recent than a specific date-time
description: Show commits more recent than a specific date-time. In case used with stop_at parameter, will stop at the first commit that meets any of the conditions.
schema:
type: string
format: date-time
- in: query
name: stop_at
description: a reference to stop at
description: A reference to stop at. In case used with since parameter, will stop at the first commit that meets any of the conditions.
schema:
type: string
responses:
Expand Down

0 comments on commit 34b798c

Please sign in to comment.