---
title: "Updates an existing formula."
method: PUT
path: "/api/formulae"
tags: ["Formulae"]
---

# Updates an existing formula.

`PUT /api/formulae`

## Request body

- IntectFormula
  - `Id` integer
  - `CompanyId` integer, nullable
  - `AccountId` integer, nullable
  - `Name` string
  - `Description` string
  - `Expression` string
  - `FormulaOutputTypeId` integer

## Response `200`

OK

- IntectFormula
  - `Id` integer
  - `CompanyId` integer, nullable
  - `AccountId` integer, nullable
  - `Name` string
  - `Description` string
  - `Expression` string
  - `FormulaOutputTypeId` integer

---

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