Skip to content
New issue

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

Delete and edit files that have been uploaded to tests/engagements through API #10823

Open
andrew-myer opened this issue Aug 28, 2024 · 0 comments

Comments

@andrew-myer
Copy link

After a file is uploaded to a test or engagement through the POST /api/v2/tests/{id}/files/ or POST /api/v2/engagements/{id}/files/ API endpoints, the only way to delete or edit the file is through the UI. It would be helpful to have the ability to edit and delete files in the API as well.

Ideally the function to delete and edit files would be available in the API endpoints
PATCH,DELETE /api/v2/tests/{id}/files/{file_id}
PATCH,DELETE /api/v2/engagements/{id}/files/{file_id}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant