From 6a8f2ce81474f86d2451729abca80258dc15fa1d Mon Sep 17 00:00:00 2001 From: jlanglois Date: Mon, 30 Mar 2026 18:07:34 -0300 Subject: [PATCH] chore: change filter limit to 5 --- topsort-api-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index c302b1d..93ff7b5 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -879,7 +879,7 @@ components: description: > Attributes used for filtering in `key:value` format. The attribute name and value are limited to 40 characters each. - maxItems: 3 + maxItems: 5 items: type: string maxLength: 81