---
title: "Update an addon"
method: PATCH
path: "/addons/{addon_id}"
tags: ["AddOns"]
---

# Update an addon

`PATCH /addons/{addon_id}`

Update an existing addon

## Path parameters

- `addon_id` string, required

## Request body

- UpdateAddOnRequest — Request to update an addon
  - `name` string — Name of addon
  - `billableName` string — Billable name of addon. Billable name takes precedence over name to display in invoice.

## Response `200`

Response for Create and Get addons requests

- AddOn — Request to create an addon
  - `name` string, required — Name of addon
  - `type` 'LICENSE' | 'FIXED_FEE' | 'CREDIT_GRANT' | 'NAMED_LICENSE', required — LICENSE: Addon can be used in license rate cards FIXED_FEE: Addon can be used in fixed fee rate cards CREDIT_GRANT: Addon can be used in credit grant rate cards NAMED_LICENSE: Addon can be used in license rate cards
  - `billableName` string — Billable name of addon. Billable name takes precedence over name to display in invoice.
  - `id` string, required — Id of addon
  - `createdAt` string, date-time, required — Created Time of addon
  - `status` 'ACTIVE' | 'ARCHIVED', required — status of addon
  - `displayName` string, required — Display name of addon. This is an auto-generated field which contains billableName of addon. If billableName is not provided, name will be used as display name.

## Other responses

- `400` — Error response
- `401` — Error response
- `403` — Error response
- `404` — Error response
- `429` — Error response
- `default` — Error response

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/versions/442f5d8f4aa0/schema)
