v3

latestSwagger 2.02026-08-067506752.0 MB
multiplier

Update a multiplier

patch/v1/org/{orgId}/multiplier/{multiplierId}

Path parameters

orgIdstring required

Org identifier (either id or slug)

multiplierIdstring required

Multiplier id

Query parameters

datestring date

Effective date of multiplier update

Request body

labelstring

human-readable name of multiplier

codestring
valuenumber

amount to multiply the initial value by

exprstring

calculated expression to match against the job

categorystring

tag to group multipliers together by

Example request

{
  "label": "Non-technical",
  "expr": "department!=\"Engineering\"",
  "category": "Location"
}

Response

snapshot currently building