---
title: "Update an emissions source"
method: PUT
path: "/v1/organization/emissions_sources/{id}"
tags: ["Organization management"]
---

# Update an emissions source

`PUT /v1/organization/emissions_sources/{id}`

Updates an existing emissions source with new details.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `processID` string, uuid, required
  - `emissionsSourceTypeID` string, uuid, required
  - `emissionsModelID` string, uuid, required
  - `relatedSourceID` string, uuid
  - `scope` 1 | 2 | 21 | 22 | 3 | -1 — The GHG protocol scope this source belongs to
  - `status` 'ACTIVE' | 'INACTIVE' — The status of this emissions source
  - `description` string — A description of what this emissions source represents
  - `referenceSourceIDs` EmissionsSourceID[] — List of reference emissions source IDs

## Response `200`

Emissions source successfully updated

- EmissionsSource
  - `id` string, uuid, required
  - `processID` string, uuid, required
  - `emissionsSourceTypeID` string, uuid, required
  - `emissionsModelID` string, uuid, required
  - `relatedSourceID` string, uuid, nullable
  - `scope` 1 | 2 | 21 | 22 | 3 | -1, required — The GHG protocol scope this source belongs to
  - `status` 'ACTIVE' | 'INACTIVE', required — The status of this emissions source
  - `description` string — A description of what this emissions source represents
  - `referenceSourceIDs` EmissionsSourceID[], nullable — List of reference emissions source IDs

## Other responses

- `403` — You are not authorized to acess this object

---

[API](https://skmtc.net/sinai/apis/sinai-api.md) · [All operations](https://skmtc.net/sinai/apis/sinai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinai/sinai-api/revisions/495dab1b31fd/schema)
