Feature Request: Specify relationship_type for attribute/event tags through the API/PyMISP #9483
Closed
1 task done
Labels
needs triage
This issue has been automatically labelled and needs further triage
T: feature request
Type: feature request. This issue is requesting a new feature
Is your feature request related to a problem? Please describe.
I would like to be able to specify the relationship_type on event/attribute tags through the API/PyMISP
Describe the solution you'd like
Added as a optional parameter to https://pymisp.readthedocs.io/en/latest/modules.html#pymisp.PyMISP.tag (in a similar way as the parameter 'local').
For the API:
https://misp.nfcert.org/api/openapi#operation/tagEvent
https://misp.nfcert.org/api/openapi#operation/tagAttribute
Describe alternatives you've considered
Current option is doing it locally in PyMISP:
First first fetch the event and then:
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: