misp-client-rs 0.1.0

A Rust client library for interacting with MISP (Malware Information Sharing Platform) instances via their REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TagAttributeRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attribute** | Option<**String**> | Attribute ID when path param id is not set | [optional]
**attribute_ids** | Option<**String**> | JSON encoded array of attribute IDs when id is 'selected' | [optional]
**tag** | Option<**String**> | Tag ID/name or tag collection ID (format collection_N) when path param 'tagId' is not specified. This can also be a JSON encoded array of IDs/names and tag collection IDs to add multiple tags at once. Required if path param 'tagId' is not set | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)