UNPKG

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

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 295 B
import { JobsAction } from "../JobsAction"; import { RequestMethod } from "../../AbstractRequest"; export class RequestGlobalSyncBackNow extends JobsAction { constructor() { super(); this.customPath = "/sync-back/global/now"; this.method = RequestMethod.PUT; } }