---
title: "Patch Storage Location"
method: PATCH
path: "/projects/{project_id}/storage_locations/{id}"
---

# Patch Storage Location

`PATCH /projects/{project_id}/storage_locations/{id}`

Patches storage location in the Isometric system.

## Path parameters

- `project_id` string, required
- `id` string, required

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Request body

- PatchStorageLocationRequest
  - `name` union
    - string — The name of the storage location. Must be at most 100 characters long.
    - Undefined — An explicit representation of an undefined value in the Isometric REST API. Used, for example, to distinguish between explicit null inputs that clear a property, and not provided inputs which leave the property as is.
      - `__typename` 'Undefined' — Contains the name of the model (formally, OpenAPI Schema Object). Used to determine the type of data, for example when two different types are unioned.
  - `description` union
    - string
    - Undefined — An explicit representation of an undefined value in the Isometric REST API. Used, for example, to distinguish between explicit null inputs that clear a property, and not provided inputs which leave the property as is.
      - `__typename` 'Undefined' — Contains the name of the model (formally, OpenAPI Schema Object). Used to determine the type of data, for example when two different types are unioned.
  - `latitude` union
    - number — A WGS84 latitude in decimal degrees, between -90 and 90.
    - Undefined — An explicit representation of an undefined value in the Isometric REST API. Used, for example, to distinguish between explicit null inputs that clear a property, and not provided inputs which leave the property as is.
      - `__typename` 'Undefined' — Contains the name of the model (formally, OpenAPI Schema Object). Used to determine the type of data, for example when two different types are unioned.
  - `longitude` union
    - number — A WGS84 longitude in decimal degrees, between -180 and 180.
    - Undefined — An explicit representation of an undefined value in the Isometric REST API. Used, for example, to distinguish between explicit null inputs that clear a property, and not provided inputs which leave the property as is.
      - `__typename` 'Undefined' — Contains the name of the model (formally, OpenAPI Schema Object). Used to determine the type of data, for example when two different types are unioned.
  - `supplier_reference_id` union
    - string — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
    - Undefined — An explicit representation of an undefined value in the Isometric REST API. Used, for example, to distinguish between explicit null inputs that clear a property, and not provided inputs which leave the property as is.
      - `__typename` 'Undefined' — Contains the name of the model (formally, OpenAPI Schema Object). Used to determine the type of data, for example when two different types are unioned.
  - `storage_method` union
    - 'biochar_field' | 'biochar_landfill' | 'permeable_reservoir' | 'biomass_subsurface' | 'salt_cavern' | 'saline_aquifer' | 'in_situ_mineralization'
    - Undefined — An explicit representation of an undefined value in the Isometric REST API. Used, for example, to distinguish between explicit null inputs that clear a property, and not provided inputs which leave the property as is.
      - `__typename` 'Undefined' — Contains the name of the model (formally, OpenAPI Schema Object). Used to determine the type of data, for example when two different types are unioned.

## Response `200`

Successful Response

- StorageLocation
  - `id` string, required
  - `name` string, required — The name of the storage location
  - `description` string, nullable — Optional description of the storage location
  - `latitude` number, nullable — A WGS84 latitude in decimal degrees, between -90 and 90.
  - `longitude` number, nullable — A WGS84 longitude in decimal degrees, between -180 and 180.
  - `supplier_reference_id` string, nullable — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
  - `project_id` string, required — The ID of the project this storage location belongs to
  - `supplier_id` string, required — The ID of the supplier this storage location belongs to
  - `storage_method` 'biochar_field' | 'biochar_landfill' | 'permeable_reservoir' | 'biomass_subsurface' | 'salt_cavern' | 'saline_aquifer' | 'in_situ_mineralization', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
