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

# PATCH /factor/libraries/{libraryId}

`PATCH /factor/libraries/{libraryId}`

## Path parameters

- `libraryId` string, required

## Request body

- FactorLibraryUpsertRequest
  - `description` string
  - `name` string, required
  - `public` boolean, required
  - `publisher` string, required

## Response `200`

Updated factor library

- FactorLibraryResponse
  - `data` FactorLibrary, required
    - `canManage` boolean, required
    - `description` string, required
    - `id` string, required
    - `name` string, required
    - `public` boolean, required
    - `publisher` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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)
