This commit is contained in:
ngfrolov 2022-11-25 15:27:35 +05:00
parent 3e0f2d0a75
commit ddcade44a3

View File

@ -95,7 +95,7 @@ namespace AsbCloudWebApi.Controllers
/// <param name="idCategory"></param>
/// <param name="token"></param>
/// <returns>количество оповещенных публикаторов</returns>
[HttpPut("{idWell}")]
[HttpPut("{idWell}/reNotifyPublishers")]
[Permission("WellFinalDocuments.editPublisher")]
[ProducesResponseType(typeof(int), (int)System.Net.HttpStatusCode.OK)]
public async Task<IActionResult> ReNotifyPublishersAsync(int idWell, [Required] int idCategory, CancellationToken token = default)