diff --git a/openapi/paths/wynncraft/challengeList.yaml b/openapi/paths/wynncraft/challengeList.yaml index 7db048c..7944ddf 100644 --- a/openapi/paths/wynncraft/challengeList.yaml +++ b/openapi/paths/wynncraft/challengeList.yaml @@ -11,7 +11,7 @@ get: required: false schema: type: boolean - description: "**Optional** if you want to seperated dungeons and raids into two parts, please specific this to true" + description: "**Optional** if you want to seperated dungeons and raids into two parts, please specific this to true *Default: false*" responses: "200": description: Successful response with player profile card image. @@ -21,11 +21,6 @@ get: type: string format: binary examples: - detailed_true: - summary: Response when detailed is true - value: - {"dungeons": ["Decrepit Sewers", "Infested Pit", "Lost Sanctuary", "Underworld Crypt", "Sand-Swept Tomb", "Ice Barrows", "Undergrowth Ruins", "Galleon's Graveyard", "Fallen Factory", "Eldritch Outlook", "Corrupted Decrepit Sewers", "Corrupted Infested Pit", "Corrupted Lost Sanctuary", "Corrupted Underworld Crypt", "Corrupted Sand-Swept Tomb", "Corrupted Ice Barrows", "Corrupted Undergrowth Ruins", "Corrupted Galleon's Graveyard"], - "raids": ["Nest of the Grootslangs", "Orphion's Nexus of Light", "The Canyon Colossus", "The Nameless Anomaly"]} defailed_false: summary: Response when detailed is false value: @@ -34,6 +29,11 @@ get: "Corrupted Decrepit Sewers", "Corrupted Infested Pit", "Corrupted Lost Sanctuary", "Corrupted Underworld Crypt", "Corrupted Sand-Swept Tomb", "Corrupted Ice Barrows", "Corrupted Undergrowth Ruins", "Corrupted Galleon's Graveyard", "Nest of the Grootslangs", "Orphion's Nexus of Light", "The Canyon Colossus", "The Nameless Anomaly" ] + detailed_true: + summary: Response when detailed is true + value: + {"dungeons": ["Decrepit Sewers", "Infested Pit", "Lost Sanctuary", "Underworld Crypt", "Sand-Swept Tomb", "Ice Barrows", "Undergrowth Ruins", "Galleon's Graveyard", "Fallen Factory", "Eldritch Outlook", "Corrupted Decrepit Sewers", "Corrupted Infested Pit", "Corrupted Lost Sanctuary", "Corrupted Underworld Crypt", "Corrupted Sand-Swept Tomb", "Corrupted Ice Barrows", "Corrupted Undergrowth Ruins", "Corrupted Galleon's Graveyard"], + "raids": ["Nest of the Grootslangs", "Orphion's Nexus of Light", "The Canyon Colossus", "The Nameless Anomaly"]} # content: # application/json: # schema: