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

# Update resource metadata

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

Updates metadata for multiple resources.

## Path parameters

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

## Request body

- object
  - `updates` UpdateResourceRequest[], required — List of resource update requests.
    - `id` string, required — ID of the resource to update.
    - `ownerId` string — Owner ID to update for the resource.
    - `description` string — Description to update for the resource.
    - `inScope` boolean — Determines whether resources should be marked in scope or not.

## Response `200`

Ok

- BulkResponse
  - `results` UpdateResponse[], required — List of results matching the length and order of the request
    - union
      - SuccessResponse
        - `id` string, required — Id of the record
        - `status` 'SUCCESS', required
      - NonSuccessResponse
        - `id` string, required — Id of the record
        - `status` 'ERROR', required
        - `message` string, required — Message an error message

---

[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)
