---
title: "Update lipid"
method: PUT
path: "/api/v1/lipids/{id}"
tags: ["Lipids"]
---

# Update lipid

`PUT /api/v1/lipids/{id}`

Update lipid.

## Path parameters

- `id` integer, required

## Request body

- UpdateLipid
  - `token` string, required
  - `item` object
    - `name` string — The name of the lipid
    - `owner_id` integer — ID of the owner (default: your member id)
    - `alternative_name` string — Any alternative name by which the lipid may be known
    - `molecular_formula` string — The molecular formula of the lipid
    - `molecular_weight` string — Molecular weight of the lipid
    - `cas_number` string — The Chemical Abstracts Service number
    - `stock_solution_prep` string — Media/solution
    - `solubility` string — Solubility information
    - `conditions_for_use` string — Recommended conditions under which the lipid should be used
    - `conditions_for_storage` string — Guidelines for proper storage of the lipid
    - `safety_information` string — Safety guidelines and hazard information related to the lipid
    - `impurities` string — Details of known impurities found in the lipid sample
    - `source` string — The origin of the lipid
    - `description` string — Detailed description of the lipid

## Response `200`

OK

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request

---

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