Upload Dictionary Content
Upload new content to a dictionary and override the existing content.
Override dictionary content with provided content.
Unique dictionary identifier
Session authentication token.
Key Manager authentication token.
Success
Client error, see response body for further details.
Unauthorized: Session tokens invalid.
Forbidden: Caller lacks necessary entitlement.
Server error, see response body for further details.
POST /agent/v1/dlp/dictionaries/{dictId}/data/upload HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Content-Type: multipart/form-data
Accept: */*
Content-Length: 17
{
"data": "binary"
}
{
"data": {
"creationDate": 1,
"creatorId": "text",
"dictRef": {
"dictId": "text",
"name": "text",
"version": "text"
},
"lastUpdatedDate": 1,
"type": "text"
}
}
📘 NoteThe DLP functionality supports two dictionary types for release 1.48.0: "Word" and "Regex". Because we could add more dictionary types in future without changes to the API version, make sure that your code can accommodate other new types.
🚧 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 Symphony Administration Guide.
See Bot Permissions for a list of roles and associated privileges.
Last updated
Was this helpful?