Create Dictionary
Creates a dictionary with basic metadata and without content.
Last updated
Was this helpful?
Creates a dictionary with basic metadata and without content.
Last updated
Was this helpful?
Call this endpoint to create a new dictionary without any terms, then call upload an associated dictionary file.
🚧 Required PermissionsCalling 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 .
See for a list of roles and associated privileges.
Creates a dictionary with basic metadata and no content. Only "name" and "type" field is used to create a new dictionary entry.
Session authentication token.
Key Manager authentication token.
Dictionary's metadata (excluding content) to use for dictionary create operations.
The name of dictionary
The type of dictionary, which specify the content is a list of words or a list of regexes. By default set to "Word" if not specified. Possible values - Word, Regex
Dictionary response containing dictionary metadata.