Skip to content

Commit

Permalink
Add missing comment param for cmd_commit
Browse files Browse the repository at this point in the history
seems to have been forgotten in the conversion
  • Loading branch information
bmwiedemann committed Mar 13, 2023
1 parent 02c1e9b commit 4d381b5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ post:
parameters:
- $ref: '../components/parameters/project_name.yaml'
- $ref: '../components/parameters/package_name.yaml'
- in: query
name: comment
schema:
type: string
description: Provide a comment to the revision in history.
example: This was changed to improve foobar.
- in: query
name: linkrev
schema:
Expand Down

0 comments on commit 4d381b5

Please sign in to comment.