From f7c397cc8eb18cb3fe03d271a0f98f4ae8684f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:39:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20traits=20to=20representation?= =?UTF-8?q?=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add traits as the default field for the representation --- ayon_api/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ayon_api/constants.py b/ayon_api/constants.py index 4d5700ce9..93ff2877f 100644 --- a/ayon_api/constants.py +++ b/ayon_api/constants.py @@ -131,6 +131,7 @@ "data", "status", "tags", + "traits", } REPRESENTATION_FILES_FIELDS = {