UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 299 B
import { MfWebhookAction } from "./MfWebhookAction"; import { RequestMethod } from "../AbstractRequest"; export class UpdateMFWebhookServerSettings extends MfWebhookAction { constructor(payload) { super(); this.payload = payload; this.method = RequestMethod.PUT; } }