---
title: "PATCH /resources/{id}"
method: PATCH
path: "/resources/{id}"
tags: ["ResourceController"]
---

# PATCH /resources/{id}

`PATCH /resources/{id}`

| Permissions |
| ------- |
| 7014   |

## Path parameters

- `id` string, required

## Request body

- ResourcePartial — (tsType: Partial<Resource>, schemaOptions: { partial: true })
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `name` string — name of the resource
  - `config` object — config of the resource

## Response `204`

Resource PATCH success

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
