Skip to content

Commit

Permalink
fix : change id parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
teranixbq committed Dec 10, 2023
1 parent afb2265 commit 278db21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger/apidoc-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@
}
}
},
"/missions/history/{idTransaksi}": {
"/missions/history/{idTransaction}": {
"get": {
"security": [
{
Expand All @@ -1922,7 +1922,7 @@
"description": "view detail history missions, by id transaction",
"parameters": [
{
"$ref": "#/components/parameters/id"
"$ref": "#/components/parameters/idTransaction"
}
],
"responses": {
Expand Down

0 comments on commit 278db21

Please sign in to comment.