Add POST support to the DiffFileAttachmentResource.
Review Request #13544 — Created Feb. 16, 2024 and submitted — Latest diff uploaded
This change adds the ability to upload files to attach to diffs via the
DiffFileAttachmentResource
. This was previously read-only in the API.
- Ran unit tests.
- Used this from RBTools.
reviewboard/attachments/forms.py |
---|
reviewboard/testing/testcase.py |
---|
reviewboard/webapi/resources/diff_file_attachment.py |
---|
reviewboard/webapi/tests/test_diff_file_attachment.py |
---|