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 628d47d commit db39d07Copy full SHA for db39d07
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