From e254903ce3ffe9557e37314c8ffdd1e81854391e Mon Sep 17 00:00:00 2001 From: dofusdude Date: Tue, 3 Dec 2024 12:11:58 +0000 Subject: [PATCH] Update from https://github.com/dofusdude/api-docs/commit/24bcaa7455a817d5af6debcd45ba405a85471190 --- docs/ConsumablesApi.md | 8 ++++---- docs/CosmeticsApi.md | 8 ++++---- docs/EquipmentApi.md | 8 ++++---- docs/GameApi.md | 4 ++-- docs/MetaApi.md | 8 ++++---- docs/MountsApi.md | 8 ++++---- docs/QuestItemsApi.md | 8 ++++---- docs/ResourcesApi.md | 8 ++++---- docs/SetsApi.md | 8 ++++---- 9 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/ConsumablesApi.md b/docs/ConsumablesApi.md index 30f8b82..16cec29 100644 --- a/docs/ConsumablesApi.md +++ b/docs/ConsumablesApi.md @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.ConsumablesApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 150 # int | only results which level is equal or above this value (optional) filter_max_level = 180 # int | only results which level is equal or below this value (optional) @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.ConsumablesApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 150 # int | only results which level is equal or above this value (optional) filter_max_level = 180 # int | only results which level is equal or below this value (optional) @@ -206,7 +206,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.ConsumablesApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'Wholewrite' # str | case sensitive search query filter_min_level = 1 # int | only results which level is equal or above this value (optional) filter_max_level = 200 # int | only results which level is equal or below this value (optional) @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client: api_instance = dofusdude.ConsumablesApi(api_client) language = 'language_example' # str | a valid language code ankama_id = 17206 # int | identifier - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Single Consumables diff --git a/docs/CosmeticsApi.md b/docs/CosmeticsApi.md index 92bcd89..4d3a491 100644 --- a/docs/CosmeticsApi.md +++ b/docs/CosmeticsApi.md @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.CosmeticsApi(api_client) language = 'fr' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 1 # int | only results which level is equal or above this value (optional) filter_max_level = 5 # int | only results which level is equal or below this value (optional) @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.CosmeticsApi(api_client) language = 'fr' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 1 # int | only results which level is equal or above this value (optional) filter_max_level = 5 # int | only results which level is equal or below this value (optional) @@ -206,7 +206,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.CosmeticsApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'nedora' # str | case sensitive search query filter_min_level = 1 # int | only results which level is equal or above this value (optional) filter_max_level = 2 # int | only results which level is equal or below this value (optional) @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client: api_instance = dofusdude.CosmeticsApi(api_client) language = 'language_example' # str | a valid language code ankama_id = 24132 # int | identifier - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Single Cosmetics diff --git a/docs/EquipmentApi.md b/docs/EquipmentApi.md index d030426..d09c7a3 100644 --- a/docs/EquipmentApi.md +++ b/docs/EquipmentApi.md @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.EquipmentApi(api_client) language = 'en' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 10 # int | only results which level is equal or above this value (optional) filter_max_level = 60 # int | only results which level is equal or below this value (optional) @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.EquipmentApi(api_client) language = 'en' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 10 # int | only results which level is equal or above this value (optional) filter_max_level = 60 # int | only results which level is equal or below this value (optional) @@ -206,7 +206,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.EquipmentApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'nidas' # str | case sensitive search query filter_min_level = 150 # int | only results which level is equal or above this value (optional) filter_max_level = 200 # int | only results which level is equal or below this value (optional) @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client: api_instance = dofusdude.EquipmentApi(api_client) language = 'language_example' # str | a valid language code ankama_id = 26009 # int | identifier - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Single Equipment diff --git a/docs/GameApi.md b/docs/GameApi.md index 067870f..884a7f3 100644 --- a/docs/GameApi.md +++ b/docs/GameApi.md @@ -36,7 +36,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.GameApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'paztek' # str | search query filter_search_index = ['[\"items-equipment\"]'] # List[str] | only results with all specific type (optional) limit = 8 # int | maximum number of returned results (optional) (default to 8) @@ -118,7 +118,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.GameApi(api_client) language = 'fr' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'atcham' # str | case sensitive search query filter_min_level = 190 # int | only results which level is equal or above this value (optional) filter_max_level = 200 # int | only results which level is equal or below this value (optional) diff --git a/docs/MetaApi.md b/docs/MetaApi.md index 862406b..8f7fd99 100644 --- a/docs/MetaApi.md +++ b/docs/MetaApi.md @@ -38,7 +38,7 @@ configuration = dofusdude.Configuration( with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.MetaApi(api_client) - game = 'game_example' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Available Game Search Types @@ -105,7 +105,7 @@ configuration = dofusdude.Configuration( with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.MetaApi(api_client) - game = 'game_example' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Available Item Types @@ -312,7 +312,7 @@ configuration = dofusdude.Configuration( with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.MetaApi(api_client) - game = 'game_example' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Effects and Condition Elements @@ -380,7 +380,7 @@ configuration = dofusdude.Configuration( with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.MetaApi(api_client) - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Game Version diff --git a/docs/MountsApi.md b/docs/MountsApi.md index 566825d..b251b64 100644 --- a/docs/MountsApi.md +++ b/docs/MountsApi.md @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.MountsApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' filter_family_name = 'Dragoturkey' # str | only results with the translated family name (optional) accept_encoding = 'accept_encoding_example' # str | optional compression for saving bandwidth (optional) filter_family_id = 56 # int | only results with the unique family id (optional) @@ -116,7 +116,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.MountsApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' filter_family_name = 'Dragoturkey' # str | only results with the translated family name (optional) page_size = 10 # int | size of the results from the list. -1 disables pagination and gets all in one response. (optional) page_number = 1 # int | page number based on the current page[size]. So you could get page 1 with 8 entrys and page 2 would have entries 8 to 16. (optional) @@ -198,7 +198,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.MountsApi(api_client) language = 'fr' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'Dorée' # str | case sensitive search query filter_family_name = 'Dragodinde' # str | only results with the translated family name (optional) limit = 8 # int | maximum number of returned results (optional) (default to 8) @@ -279,7 +279,7 @@ with dofusdude.ApiClient(configuration) as api_client: api_instance = dofusdude.MountsApi(api_client) language = 'language_example' # str | a valid language code ankama_id = 180 # int | identifier - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Single Mounts diff --git a/docs/QuestItemsApi.md b/docs/QuestItemsApi.md index fd36770..87a6712 100644 --- a/docs/QuestItemsApi.md +++ b/docs/QuestItemsApi.md @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.QuestItemsApi(api_client) language = 'fr' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 1 # int | only results which level is equal or above this value (optional) filter_max_level = 50 # int | only results which level is equal or below this value (optional) @@ -121,7 +121,7 @@ with dofusdude.ApiClient(configuration) as api_client: api_instance = dofusdude.QuestItemsApi(api_client) language = 'language_example' # str | a valid language code ankama_id = 25256 # int | identifier - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Single Quest Items @@ -194,7 +194,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.QuestItemsApi(api_client) language = 'fr' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 1 # int | only results which level is equal or above this value (optional) filter_max_level = 50 # int | only results which level is equal or below this value (optional) @@ -280,7 +280,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.QuestItemsApi(api_client) language = 'es' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'Ficha' # str | case sensitive search query filter_min_level = 60 # int | only results which level is equal or above this value (optional) filter_max_level = 70 # int | only results which level is equal or below this value (optional) diff --git a/docs/ResourcesApi.md b/docs/ResourcesApi.md index 5dbfd15..845a8e6 100644 --- a/docs/ResourcesApi.md +++ b/docs/ResourcesApi.md @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.ResourcesApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 160 # int | only results which level is equal or above this value (optional) filter_max_level = 190 # int | only results which level is equal or below this value (optional) @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.ResourcesApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'snowdew' # str | case sensitive search query filter_min_level = 150 # int | only results which level is equal or above this value (optional) filter_max_level = 200 # int | only results which level is equal or below this value (optional) @@ -202,7 +202,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.ResourcesApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional) filter_min_level = 160 # int | only results which level is equal or above this value (optional) filter_max_level = 190 # int | only results which level is equal or below this value (optional) @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client: api_instance = dofusdude.ResourcesApi(api_client) language = 'language_example' # str | a valid language code ankama_id = 7295 # int | identifier - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Single Resources diff --git a/docs/SetsApi.md b/docs/SetsApi.md index f83a2ff..3a5ad50 100644 --- a/docs/SetsApi.md +++ b/docs/SetsApi.md @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.SetsApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional) filter_min_highest_equipment_level = 190 # int | only results where the equipment with the highest level is above or equal to this value (optional) filter_max_highest_equipment_level = 200 # int | only results where the equipment with the highest level is below or equal to this value (optional) @@ -122,7 +122,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.SetsApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional) filter_min_highest_equipment_level = 190 # int | only results where the equipment with the highest level is above or equal to this value (optional) filter_max_highest_equipment_level = 200 # int | only results where the equipment with the highest level is below or equal to this value (optional) @@ -210,7 +210,7 @@ with dofusdude.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = dofusdude.SetsApi(api_client) language = 'language_example' # str | a valid language code - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' query = 'Des' # str | case sensitive search query filter_min_highest_equipment_level = 195 # int | only results where the equipment with the highest level is above or equal to this value (optional) filter_max_highest_equipment_level = 200 # int | only results where the equipment with the highest level is below or equal to this value (optional) @@ -295,7 +295,7 @@ with dofusdude.ApiClient(configuration) as api_client: api_instance = dofusdude.SetsApi(api_client) language = 'language_example' # str | a valid language code ankama_id = 499 # int | identifier - game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta' + game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta' try: # Single Sets