View Source
Class UpdateWebhookController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdateWebhookController : WebhookControllerBase
Constructors
View Source
UpdateWebhookController(IWebhookService, IWebhookPresentationFactory)
Declaration
public UpdateWebhookController(IWebhookService webhookService, IWebhookPresentationFactory webhookPresentationFactory)
Parameters
Methods
View Source
Update(CancellationToken, Guid, UpdateWebhookRequestModel)
Declaration
public async Task<IActionResult> Update(CancellationToken cancellationToken, Guid id, UpdateWebhookRequestModel updateWebhookRequestModel)
Parameters
Returns
Type |
Description |
Task<IActionResult> |
|