forked from ddrilling/AsbCloudServer
#7912198 fix route
This commit is contained in:
parent
3e0f2d0a75
commit
ddcade44a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user