From d1172f21a233245cf89fc0d4399f96488cf71f00 Mon Sep 17 00:00:00 2001 From: Artem Grinev Date: Fri, 7 Jun 2024 18:48:20 +0000 Subject: [PATCH] docs: corrent wrong property name in OpenAPI The field is actually hasSignature, not signaturePath --- daemon/swagger/openapi.yml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/swagger/openapi.yml.in b/daemon/swagger/openapi.yml.in index c3c0fb5d..c024bba4 100644 --- a/daemon/swagger/openapi.yml.in +++ b/daemon/swagger/openapi.yml.in @@ -356,7 +356,7 @@ components: properties: version: type: string - signaturePath: + hasSignature: type: boolean PackageSection: