---
title: "PATCH /factor/entries/{entryId}"
method: PATCH
path: "/factor/entries/{entryId}"
tags: ["Factor Manage"]
---

# PATCH /factor/entries/{entryId}

`PATCH /factor/entries/{entryId}`

## Path parameters

- `entryId` string, required

## Request body

- FactorEntryUpsertRequest
  - `activityUnit` string, required
  - `categoryId` string, required
  - `description` string
  - `factorValue` number, double, required
  - `metadata` object, required
  - `name` string, required
  - `releaseId` string, required
  - `scope` 0 | 1 | 2 | 3, required
  - `unit` string, required

## Response `200`

Updated factor entry

- FactorEntryResponse
  - `data` FactorEntry, required
    - `activityCode` string, required
    - `activityUnit` string, required
    - `canManage` boolean, required
    - `categoryId` string, required
    - `categoryName` string, required
    - `description` string, required
    - `factorValue` number, double, required
    - `id` string, required
    - `metadata` object, required
    - `name` string, required
    - `regionCode` string, required
    - `releaseId` string, required
    - `scope` 0 | 1 | 2 | 3, required
    - `unit` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — A factor with the same signature already exists in this release.

---

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