Skip to content

Commit

Permalink
docs: corrent wrong property name in OpenAPI
Browse files Browse the repository at this point in the history
The field is actually hasSignature, not signaturePath
  • Loading branch information
LordTermor committed Jun 7, 2024
1 parent 55d70ef commit d1172f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/swagger/openapi.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ components:
properties:
version:
type: string
signaturePath:
hasSignature:
type: boolean

PackageSection:
Expand Down

0 comments on commit d1172f2

Please sign in to comment.