We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement endpoint DELETE /api/v2/cases/{case_identifier}/events/{identifier} to delete an evidence.
DELETE /api/v2/cases/{case_identifier}/events/{identifier}
GET /api/v2/cases/{case_identifier}/events/{identifier}
case_identifier
POST /case/timeline/events/delete/{event_id}
The text was updated successfully, but these errors were encountered:
marshmallow
GET /manage/server/check-updates/modal
GET /manage/server/make-update
app.util
app.schema.utils
Events
EventSchema
Sorry, something went wrong.
c8y3
Successfully merging a pull request may close this issue.
Implement endpoint
DELETE /api/v2/cases/{case_identifier}/events/{identifier}
to delete an evidence.GET /api/v2/cases/{case_identifier}/events/{identifier}
returns 404, after deletecase_identifier
is not the identifier of the case of the eventPOST /case/timeline/events/delete/{event_id}
POST /case/timeline/events/delete/{event_id}
The text was updated successfully, but these errors were encountered: