---
title: "Update resource metadata"
method: PATCH
path: "/integrations/{integrationId}/resource-kinds/{resourceKind}/resources/{resourceId}"
tags: ["Integrations"]
---

# Update resource metadata

`PATCH /integrations/{integrationId}/resource-kinds/{resourceKind}/resources/{resourceId}`

Updates metadata for a specific resource such as an S3Bucket or CloudwatchLogGroup.

## Path parameters

- `integrationId` string, required
- `resourceKind` string, required
- `resourceId` string, required

## Request body

- object
  - `inScope` boolean — Determines whether resources should be marked as in scope.
  - `description` string — Description to update for the resources.
  - `ownerId` string — Owner ID to update for the resources.

## Response `204`

No content

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
