Skip to content

Commit 9a2c041

Browse files
committed
fix filters, rm it
1 parent 0b516f7 commit 9a2c041

1 file changed

Lines changed: 8 additions & 56 deletions

File tree

openapi-3.0.yaml

Lines changed: 8 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-stoplight:
33
id: ezdjxlif28ceb
44
info:
55
title: dofusdude
6-
version: 1.0.0-rc.5
6+
version: 1.0.0-rc.6
77
description: "# Open Ankama Developer Community\nThe all-in-one toolbelt for your next Ankama related project.\n\n## Versions\n- [Dofus 2](https://docs.dofusdu.de/dofus2/)\n- [Dofus 3](https://docs.dofusdu.de/dofus3/)\n - v1 [latest] (you are here) \n\n## Client SDKs\n- [Javascript](https://github.com/dofusdude/dofusdude-js) `npm i dofusdude-js --save`\n- [Typescript](https://github.com/dofusdude/dofusdude-ts) `npm i dofusdude-ts --save`\n- [Go](https://github.com/dofusdude/dodugo) `go get -u github.com/dofusdude/dodugo`\n- [Python](https://github.com/dofusdude/dofusdude-py) `pip install dofusdude`\n- [Java](https://github.com/dofusdude/dofusdude-java) Maven with GitHub packages setup\n\nEverything, including this site, is generated out of the [Docs Repo](https://github.com/dofusdude/api-docs). Consider it the Single Source of Truth. If there is a problem with the SDKs, create an issue there.\n\nYour favorite language is missing? Please let me know!\n\n# Main Features\n- \U0001F977 **Seamless Auto-Update** load data in the background when a new Dofus version is released and serving it within 10 minutes with atomic data source switching. No downtime and no effects for the user, just always up-to-date.\n\n- ⚡ **Blazingly Fast** all data in-memory, aggressive caching over short time spans, HTTP/2 multiplexing, written in Go, optimized for low latency, hosted on bare metal in \U0001F1E9\U0001F1EA.\n\n- \U0001F4E8 **Almanax Discord Integration** Use the endpoints as a dev or the official [Web Client](https://discord.dofusdude.com) as a user.\n\n- \U0001FA78 **Dofus 3 Beta** from stable to bleeding edge by replacing /dofus3 with /dofus3beta.\n\n- \U0001F5E3️ **Multilingual** supporting _en_, _fr_, _es_, _pt_, _de_.\n\n- \U0001F9E0 **Search by Relevance** allowing typos in name and description, handled by language specific text analysis and indexing.\n\n- \U0001F575️ **Official Sources** generated from actual data from the game.\n\n... and much more on the Roadmap on my [Discord](https://discord.gg/3EtHskZD8h).\n"
88
contact:
99
name: Survival
@@ -24,7 +24,6 @@ paths:
2424
- en
2525
- fr
2626
- de
27-
- it
2827
- es
2928
- pt
3029
maxLength: 2
@@ -129,7 +128,6 @@ paths:
129128
- en
130129
- fr
131130
- de
132-
- it
133131
- es
134132
- pt
135133
maxLength: 2
@@ -189,7 +187,7 @@ paths:
189187
type: string
190188
example: Dragodinde
191189
in: query
192-
name: "filter[family_name]"
190+
name: "filter[family.name]"
193191
description: only results with the translated family name
194192
- schema:
195193
type: integer
@@ -200,6 +198,11 @@ paths:
200198
in: query
201199
name: limit
202200
description: maximum number of returned results
201+
- schema:
202+
type: integer
203+
in: query
204+
name: "filter[family.id]"
205+
description: only results with the unique family id
203206
x-stoplight:
204207
id: 55fkjddmfhh7n
205208
"/{game}/v1/{language}/sets/search":
@@ -210,7 +213,6 @@ paths:
210213
- en
211214
- fr
212215
- de
213-
- it
214216
- es
215217
- pt
216218
maxLength: 2
@@ -312,7 +314,6 @@ paths:
312314
- en
313315
- fr
314316
- de
315-
- it
316317
- es
317318
- pt
318319
maxLength: 2
@@ -367,12 +368,6 @@ paths:
367368
name: query
368369
description: case sensitive search query
369370
required: true
370-
- schema:
371-
type: string
372-
example: Justicieros
373-
in: query
374-
name: "filter[type_name]"
375-
description: only results with the translated type name
376371
- schema:
377372
type: integer
378373
example: 60
@@ -408,7 +403,7 @@ paths:
408403
- vigilantes
409404
uniqueItems: true
410405
in: query
411-
name: "filter[type_enum]"
406+
name: "filter[type.name_id]"
412407
description: multi-filter results with the english type name. Add with "wood" or "+wood" and exclude with "-wood".
413408
explode: false
414409
x-stoplight:
@@ -421,7 +416,6 @@ paths:
421416
- en
422417
- fr
423418
- de
424-
- it
425419
- es
426420
- pt
427421
maxLength: 2
@@ -524,7 +518,6 @@ paths:
524518
- en
525519
- fr
526520
- de
527-
- it
528521
- es
529522
- pt
530523
maxLength: 2
@@ -730,7 +723,6 @@ paths:
730723
- en
731724
- fr
732725
- de
733-
- it
734726
- es
735727
- pt
736728
maxLength: 2
@@ -757,7 +749,6 @@ paths:
757749
- en
758750
- fr
759751
- de
760-
- it
761752
- es
762753
- pt
763754
maxLength: 2
@@ -860,7 +851,6 @@ paths:
860851
- en
861852
- fr
862853
- de
863-
- it
864854
- es
865855
- pt
866856
maxLength: 2
@@ -963,7 +953,6 @@ paths:
963953
- en
964954
- fr
965955
- de
966-
- it
967956
- es
968957
- pt
969958
maxLength: 2
@@ -1027,7 +1016,6 @@ paths:
10271016
- en
10281017
- fr
10291018
- de
1030-
- it
10311019
- es
10321020
- pt
10331021
maxLength: 2
@@ -1090,7 +1078,6 @@ paths:
10901078
- en
10911079
- fr
10921080
- de
1093-
- it
10941081
- es
10951082
- pt
10961083
maxLength: 2
@@ -1153,7 +1140,6 @@ paths:
11531140
- en
11541141
- fr
11551142
- de
1156-
- it
11571143
- es
11581144
- pt
11591145
maxLength: 2
@@ -1216,7 +1202,6 @@ paths:
12161202
- en
12171203
- fr
12181204
- de
1219-
- it
12201205
- es
12211206
- pt
12221207
maxLength: 2
@@ -1279,7 +1264,6 @@ paths:
12791264
- en
12801265
- fr
12811266
- de
1282-
- it
12831267
- es
12841268
- pt
12851269
maxLength: 2
@@ -1342,7 +1326,6 @@ paths:
13421326
- en
13431327
- fr
13441328
- de
1345-
- it
13461329
- es
13471330
- pt
13481331
maxLength: 2
@@ -1405,7 +1388,6 @@ paths:
14051388
- en
14061389
- fr
14071390
- de
1408-
- it
14091391
- es
14101392
- pt
14111393
maxLength: 2
@@ -1527,7 +1509,6 @@ paths:
15271509
- en
15281510
- fr
15291511
- de
1530-
- it
15311512
- es
15321513
- pt
15331514
maxLength: 2
@@ -1621,7 +1602,6 @@ paths:
16211602
- en
16221603
- fr
16231604
- de
1624-
- it
16251605
- es
16261606
- pt
16271607
maxLength: 2
@@ -1748,7 +1728,6 @@ paths:
17481728
- en
17491729
- fr
17501730
- de
1751-
- it
17521731
- es
17531732
- pt
17541733
maxLength: 2
@@ -1871,7 +1850,6 @@ paths:
18711850
- en
18721851
- fr
18731852
- de
1874-
- it
18751853
- es
18761854
- pt
18771855
maxLength: 2
@@ -1988,7 +1966,6 @@ paths:
19881966
- en
19891967
- fr
19901968
- de
1991-
- it
19921969
- es
19931970
- pt
19941971
maxLength: 2
@@ -2112,7 +2089,6 @@ paths:
21122089
- en
21132090
- fr
21142091
- de
2115-
- it
21162092
- es
21172093
- pt
21182094
maxLength: 2
@@ -2236,7 +2212,6 @@ paths:
22362212
- en
22372213
- fr
22382214
- de
2239-
- it
22402215
- es
22412216
- pt
22422217
maxLength: 2
@@ -2266,23 +2241,6 @@ paths:
22662241
application/json:
22672242
schema:
22682243
$ref: "#/components/schemas/ListMounts"
2269-
examples:
2270-
defaults:
2271-
value:
2272-
_links:
2273-
first: null
2274-
prev: null
2275-
next: null
2276-
last: null
2277-
items:
2278-
- ankama_id: 0
2279-
name: string
2280-
family_name: string
2281-
image_urls:
2282-
icon: string
2283-
sd: string
2284-
hq: string
2285-
hd: string
22862244
"400":
22872245
description: ""
22882246
content:
@@ -2337,7 +2295,6 @@ paths:
23372295
- en
23382296
- fr
23392297
- de
2340-
- it
23412298
- es
23422299
- pt
23432300
maxLength: 2
@@ -2460,7 +2417,6 @@ paths:
24602417
- en
24612418
- fr
24622419
- de
2463-
- it
24642420
- es
24652421
- pt
24662422
maxLength: 2
@@ -2566,7 +2522,6 @@ paths:
25662522
- en
25672523
- fr
25682524
- de
2569-
- it
25702525
- es
25712526
- pt
25722527
maxLength: 2
@@ -2678,7 +2633,6 @@ paths:
26782633
- en
26792634
- fr
26802635
- de
2681-
- it
26822636
- es
26832637
- pt
26842638
maxLength: 2
@@ -2783,7 +2737,6 @@ paths:
27832737
- en
27842738
- fr
27852739
- de
2786-
- it
27872740
- es
27882741
- pt
27892742
maxLength: 2
@@ -2894,7 +2847,6 @@ paths:
28942847
- en
28952848
- fr
28962849
- de
2897-
- it
28982850
- es
28992851
- pt
29002852
maxLength: 2

0 commit comments

Comments
 (0)