Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateWebhookController

    Inheritance
    System.Object
    ManagementApiControllerBase
    WebhookControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Webhook
    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
    Type Name Description
    IWebhookService webhookService
    IWebhookPresentationFactory webhookPresentationFactory

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateWebhookRequestModel)

    Declaration
    public async Task<IActionResult> Update(CancellationToken cancellationToken, Guid id, UpdateWebhookRequestModel updateWebhookRequestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    UpdateWebhookRequestModel updateWebhookRequestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateWebhookController(IWebhookService, IWebhookPresentationFactory)
    • Methods
      • Update(CancellationToken, Guid, UpdateWebhookRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX