---
title: "Update Provider Resource"
method: PATCH
path: "/provider/{provider}/{resourceName}/{id}"
tags: ["Provider Resources"]
---

# Update Provider Resource

`PATCH /provider/{provider}/{resourceName}/{id}`

## Path parameters

- `provider` '11labs', required
- `resourceName` 'pronunciation-dictionary', required
- `id` string, uuid, required

## Response `200`

- ProviderResource
  - `id` string, required — This is the unique identifier for the provider resource.
  - `orgId` string, required — This is the unique identifier for the org that this provider resource belongs to.
  - `createdAt` string, date-time, required — This is the ISO 8601 date-time string of when the provider resource was created.
  - `updatedAt` string, date-time, required — This is the ISO 8601 date-time string of when the provider resource was last updated.
  - `provider` '11labs', required — This is the provider that manages this resource.
  - `resourceName` 'pronunciation-dictionary', required — This is the name/type of the resource.
  - `resourceId` string, required — This is the provider-specific identifier for the resource.
  - `resource` ElevenLabsPronunciationDictionary, required
    - `pronunciationDictionaryId` string, required — The ID of the pronunciation dictionary
    - `dictionaryName` string, required — The name of the pronunciation dictionary
    - `createdBy` string, required — The user ID of the creator
    - `creationTimeUnix` number, required — The creation time in Unix timestamp
    - `versionId` string, required — The version ID of the pronunciation dictionary
    - `versionRulesNum` number, required — The number of rules in this version
    - `permissionOnResource` 'admin' | 'editor' | 'viewer' — The permission level on this resource
    - `description` string — The description of the pronunciation dictionary

## Other responses

- `404` — Provider resource not found

## Changes

> 35 revisions in range; 6 could not be searched.

- **2025-07-17** `d1d45e370b09` — 2 info
  - api tag `Provider Resources` added
  - api tag `provider` removed

[Change history](https://skmtc.dev/vapiai/apis/vapi-api/changes/provider/:provider/:resourceName/:id/patch.md)

---

[API](https://skmtc.dev/vapiai/apis/vapi-api.md) · [All operations](https://skmtc.dev/vapiai/apis/vapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vapiai/vapi-api/revisions/45678bc2c663/schema)
