---
title: "PUT /api/metadata/dictionary"
method: PUT
path: "/api/metadata/dictionary"
tags: ["Dictionary Metadata APIs"]
deprecated: true
---

# PUT /api/metadata/dictionary

`PUT /api/metadata/dictionary`

> **Deprecated.**

<b>Allowed user roles:</b><br/><ul><li>sdzAdmin</li></ul><br/><br/>DEPRECATED: Update with job instead. | Put (update) the dictionary in the secure data zone.<b><br/><br/>Deprecated since 16 JUL 24</b>

## Request body

- Dictionary
  - `name` string, required
  - `description` string
  - `displayName` string
  - `groupName` string
  - `layoutMetadata` object
  - `undefinedAttributesAction` 'KEEP' | 'REMOVE' | 'ERROR', required
  - `attributes` AttributeDef[], required
    - `name` string, required
    - `description` string
    - `displayName` string
    - `datatype` 'STRING' | 'INTEGER' | 'LONG' | 'STRING_REFERENCE' | 'INTEGER_REFERENCE' | 'LONG_REFERENCE' | 'BOOLEAN' | 'DECIMAL' | 'DATE' | 'DATETIME' | 'ENUM' | 'FINGERPRINT' | 'CLOB' | 'BLOB' | 'OBJECT' | 'STRING_ARRAY' | 'INTEGER_ARRAY' | 'LONG_ARRAY' | 'STRING_REFERENCE_ARRAY' | 'INTEGER_REFERENCE_ARRAY' | 'LONG_REFERENCE_ARRAY' | 'BOOLEAN_ARRAY' | 'DECIMAL_ARRAY' | 'DATE_ARRAY' | 'DATETIME_ARRAY' | 'ENUM_ARRAY' | 'BLOB_ARRAY' | 'OBJECT_ARRAY' | 'VECTOR', required
    - `required` boolean
    - `precision` integer
    - `defaultValue` string
    - `min` number
    - `max` number
    - `regex` string
    - `enumValues` string[], required
    - `fingerprintAttributes` string[], required
    - `vectorAttributes` string[], required
    - `referenceDictionaryName` string
  - `indexes` IndexDef[]
    - `name` string, required
    - `attributes` string[], required
    - `type` 'PRIMARY' | 'UNIQUE' | 'NORMAL' | 'KEYWORD' | 'FULL' | 'VECTOR', required
    - `numDimensions` integer, required
    - `partialFilterTql` string
  - `properties` object

## Response `200`

OK

---

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