update_collection_attributes
Update the name, description, visibility, or tags of a threat intelligence collection by providing its ID and new attribute values.
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
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| attributes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |