From 37846a848df572317a90307b57e450ebd85bef5f Mon Sep 17 00:00:00 2001 From: Enclave Bot Date: Sat, 29 Nov 2025 07:32:10 +0000 Subject: [PATCH] chore: update OpenAPI specification --- openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yml b/openapi.yml index 28c555e..c49320b 100644 --- a/openapi.yml +++ b/openapi.yml @@ -1218,7 +1218,7 @@ paths: name: type: string description: The name of the artifact. - tags: + tag: type: array description: Tags to assign to the artifact. items: @@ -1307,7 +1307,7 @@ paths: requestBody: required: true content: - text/yaml: {} + text/yaml: {} responses: "201": description: Manifest created successfully.