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.
2 parents 628d47d + db39d07 commit 6fb6e03Copy full SHA for 6fb6e03
WebAPI/LearningHub.Nhs.API/Controllers/CatalogueController.cs
@@ -123,7 +123,7 @@ public async Task<IActionResult> CreateCatalogue([FromBody] CatalogueViewModel v
123
/// <returns>The updated catalogue.</returns>
124
[HttpPut]
125
[Route("Catalogues")]
126
- public async Task<IActionResult> UpdateCatalogue(CatalogueViewModel viewModel)
+ public async Task<IActionResult> UpdateCatalogue([FromBody] CatalogueViewModel viewModel)
127
{
128
try
129
0 commit comments