Skip to content

Commit

Permalink
Update challengeList.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AiverAiva committed Nov 12, 2023
1 parent b2079ed commit 7d998fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openapi/paths/wynncraft/challengeList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7d998fd

Please sign in to comment.