update_collection_attributes
Modify collection details like name, description, privacy settings, tags, and alternative names in Google Threat Intelligence for better organization and management.
Instructions
Allows updating a collection's attributes (such as name or description) Args: id (required): The ID of the collection to update. attributes: Available attributes in a collection: * name: string * description: string * private: boolean * tags: array of strings * alt_names: array of strings Returns: A dictionary representing the updated collection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| attributes | No | ||
| api_key | No |