Swagger fix: use the right name in example
parent
f2a90ce574
commit
25877533e8
|
@ -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