Open
Description
When attempting to execute action DiscardPayment
, this error message is returned:
{
"StatusCode": 500,
"Error": "The request matched multiple endpoints. Matches: \r\n\r\nPayments.Api.Controllers.PaymentsController.DiscardPayment (Payments.Api)\r\nPayments.Api.Controllers.PaymentsController.TimeoutPayment (Payments.Api)"
}
Both actions are decorated with the same [HttpDelete("{id}")]
attribute and ASP.NET doesn't know which to choose.
Metadata
Metadata
Assignees
Labels
No labels