We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797b3aa commit b6ca747Copy full SHA for b6ca747
src/Armory.Api/Controllers/Ranks/RanksController.cs
@@ -71,7 +71,7 @@ public async Task<ActionResult<RankResponse>> GetRank(int id)
71
return RankNotFound(id);
72
}
73
74
- [HttpGet("{id:int}")]
+ [HttpPut("{id:int}")]
75
public async Task<ActionResult> UpdateRank(int id, [FromBody] UpdateRankRequest request)
76
{
77
try
0 commit comments