Привет, имея такую конечную точку
[HttpGet]
[Route("v1/assets/{assetId}/status/{customerIds?}", Name = "GetCustomersStatus")]
[ProducesResponseType(typeof(List<CustomerStatus>), StatusCodes.Status200OK)]
public IActionResult GetCustomersStatus(Guid assetId, int[] customerIds)
Я не могу как-то вызвать это с swagger Локально, я могу позвонить
https://localhost:44372/v1/assets/a0be1fdb-fc8b-449f-8057-e9567703477a/status?customerIds=123
, и это работает, но с идентификатором swagger не связывается параметр
https://someurl/v1/assets/f5f93eda-3aed-4f82-9402-e79af906467c/status/{customerIds}?customerIds=123&customerIds=123