# update offer meta info

`PATCH https://api.suger.cloud/org/{orgId}/offer/{offerId}/metaInfo`

Update the meta info of the given offer.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `offerId` | path | string | yes | Offer ID |

## Request Body

Required.

Content-Type: `application/json` · Schema: `WorkloadMetaInfo`

## Responses

### 200 — OK

Content-Type: `application/json` · Schema: `WorkloadMetaInfo`

### 400 — Bad request error

Content-Type: `application/json`

### 405 — Method not allowed

Content-Type: `application/json`

### 500 — Internal error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
