From a8d3dec9b178fc2848de636f3d6f7f49c362d3f4 Mon Sep 17 00:00:00 2001 From: DenChaykovskiy Date: Fri, 19 Apr 2024 10:46:11 +0200 Subject: [PATCH] archive-mgr: added code as parameter to the raml archive mgr api --- api/archive-mgr/src/main/resources/raml/archive-mgr-api.raml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/archive-mgr/src/main/resources/raml/archive-mgr-api.raml b/api/archive-mgr/src/main/resources/raml/archive-mgr-api.raml index 4e4c71f54..0dc3205f1 100644 --- a/api/archive-mgr/src/main/resources/raml/archive-mgr-api.raml +++ b/api/archive-mgr/src/main/resources/raml/archive-mgr-api.raml @@ -62,6 +62,9 @@ resourceTypes: List of product archives with search criteria displayName: getArchives queryParameters: + code?: + type: string + description: the product archive code name?: type: string description: the product archive name