Skip to content

Commit

Permalink
Fixing swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal5 committed Aug 20, 2024
1 parent 98f9015 commit 084d30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"servers": [
{
"url": "https://main--aem-forms-martech--adobe-rnd.hlx.live/"
"url": "https://main--aem-forms-martech--adobe-rnd.hlx.live/data/"
}
],
"paths": {
"/players": {
"/players.json": {
"get": {
"summary": "Get player details",
"responses": {
Expand All @@ -27,7 +27,7 @@
}
}
},
"/players/{player}/questions": {
"/players/{player}/questions.json": {
"get": {
"summary": "Get questions related to a selected player",
"parameters": [
Expand Down

0 comments on commit 084d30b

Please sign in to comment.