-
Notifications
You must be signed in to change notification settings - Fork 281
Open
Description
Hello
I try to update an event's org (not orgc):
event = misp.get_event(519, pythonify=False)
event['Event']['Org']['uuid']='5dfb7cb3-19c0-421e-a120-768ebca539c9'
event['Event']['Org']['name']="REDACTED"
event['Event']['Org']['id'] = '11'
event['Event']['org_id'] = '11'
misp.update_event(event, 519)
But all I get is:
{'errors': (403,
{'saved': False,
'name': 'Could not edit Event',
'message': 'Could not edit Event',
'url': '/events/edit/519',
'errors': 'Event could not be saved: Event in the request not newer than the local copy.'})}
Metadata
Metadata
Assignees
Labels
No labels