From bc7fd6f2d6dd3960433889319a65a5a1bf45684d Mon Sep 17 00:00:00 2001 From: stelzo Date: Mon, 21 Oct 2024 22:56:36 +0200 Subject: [PATCH] cosmetics same additional fields as equip --- openapi-3.0.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/openapi-3.0.yaml b/openapi-3.0.yaml index a5b2b27..966463a 100644 --- a/openapi-3.0.yaml +++ b/openapi-3.0.yaml @@ -3315,6 +3315,15 @@ paths: - description - conditions - effects + - is_weapon + - pods + - parent_set + - critical_hit_probability + - critical_hit_bonus + - is_two_handed + - max_cast_per_turn + - ap_cost + - range explode: false in: query description: adds fields from their detail endpoint to the item list entries. Multiple comma separated values allowed. @@ -3323,8 +3332,6 @@ paths: type: array items: type: string - example: - - ceremonial-hat uniqueItems: true in: query name: "filter[type_enum]"