For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Dictionary

Updates a dictionary's name. This also automatically updates the version number.

Updates a dictionary

put

Updates the dictionary's basic metadata without content. This API cannot be used for creating a new dictionary. In case of update only "name" can be changed. Note: All related policies will also have versions updated.

Path parameters
dictIdstringRequired

Unique dictionary identifier

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringOptional

Key Manager authentication token.

Body

Dictionary's metadata (excluding content) to use for dictionary update operations.

namestringRequired

The name of dictionary

Responses
200

Success

application/json

Dictionary response containing dictionary metadata.

put
/v1/dlp/dictionaries/{dictId}

📘 Note

  • You can’t create a new dictionary with this endpoint.

  • All related policies will also have versions updated. (FIX)

🚧 Required Permissions

Calling this endpoint requires a Service User Account set with the Expression Filter Policy Management role. For more information about Service User accounts and their roles, see the Symphony Administration Guide.

See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?