Skip to content

Commit ac2c39d

Browse files
committed
fix: sync specs between frontend and backend
1 parent 795faea commit ac2c39d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

openapi/swagger-v1.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@ paths:
9090
'200':
9191
description: OK
9292
schema:
93-
type: string
93+
type: object
94+
properties:
95+
version:
96+
type: string
97+
hash:
98+
type: string
9499
'404':
95100
description: Not found
96101
/authenticate:

0 commit comments

Comments
 (0)