Swagger fix: use the right name in example
parent
c949cfb9a9
commit
28f2537aed
|
@ -2098,7 +2098,7 @@ paths:
|
|||
schema:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
commit:
|
||||
type: string
|
||||
example: HEAD
|
||||
responses:
|
||||
|
@ -2254,7 +2254,7 @@ paths:
|
|||
schema:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
commit:
|
||||
type: string
|
||||
example: HEAD
|
||||
responses:
|
||||
|
|
Loading…
Reference in New Issue