Update Dictionary
Updates a dictionary's name. This also automatically updates the version number.
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.
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
put
/v1/dlp/dictionaries/{dictId}
📘 Note
🚧 Required Permissions
Last updated
Was this helpful?