---
title: "Update"
method: PATCH
path: "/resources/{resource_public_id}/update/"
---

# Update

`PATCH /resources/{resource_public_id}/update/`

Updates a given resource.

## Path parameters

- `resource_public_id` string, required

## Request body

- object
  - `name` string — Resource name
  - `description` string — Resource description
  - `image_url` string — Resource image URL

## Response `200`

200

- object
  - `public_id` string
  - `merchant` string
  - `name` string
  - `external_resource_id` string
  - `description` unknown
  - `image_url` string
  - `created` string
  - `last_updated` string

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

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