---
title: "Update a multiplier"
method: PATCH
path: "/v1/org/{orgId}/multiplier/{multiplierId}"
tags: ["multiplier"]
---

# Update a multiplier

`PATCH /v1/org/{orgId}/multiplier/{multiplierId}`

## Path parameters

- `orgId` string, required
- `multiplierId` string, required

## Query parameters

- `date` string, date

## Request body

- UpdateMultiplier
  - `label` string — human-readable name of multiplier
  - `code` string
  - `value` number — amount to multiply the initial value by
  - `expr` string — calculated expression to match against the job
  - `category` string — tag to group multipliers together by

## Response `202`

snapshot currently building

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
