From cc7bdd018a257631ef0cfb7718f202b21fcd4aab Mon Sep 17 00:00:00 2001 From: penggrin12 <76795163+penggrin12@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:55:38 +0200 Subject: [PATCH] Add contributor tag category --- api/components/schemas/tagCategories.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/components/schemas/tagCategories.yaml b/api/components/schemas/tagCategories.yaml index f819907..9351e0d 100644 --- a/api/components/schemas/tagCategories.yaml +++ b/api/components/schemas/tagCategories.yaml @@ -2,6 +2,7 @@ type: integer enum: - 0 # general - 1 # artist + - 2 # contributor - 3 # copyright - 4 # character - 5 # species