---
title: "Update a generic input"
method: PATCH
path: "/orgs/{orgId}/genericInputs/{genericInputId}"
tags: ["orgs/genericInputs"]
---

# Update a generic input

`PATCH /orgs/{orgId}/genericInputs/{genericInputId}`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-hw:w,o{params.orgId}-site:w,o:w,s-o:w<br/><br/>__Endpoint name__: updateGenericInput

## Path parameters

- `orgId` integer, required
- `genericInputId` integer, required

## Request body

- object
  - `name` string
  - `description` string, nullable

## Response `204`

No Content

---

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