Skip to content

Commit

Permalink
cosmetics same additional fields as equip
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Oct 21, 2024
1 parent 2577bbb commit bc7fd6f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions openapi-3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -3323,8 +3332,6 @@ paths:
type: array
items:
type: string
example:
- ceremonial-hat
uniqueItems: true
in: query
name: "filter[type_enum]"
Expand Down

0 comments on commit bc7fd6f

Please sign in to comment.