Use file attachments override for the user file attachments resource.
Review Request #8822 — Created March 16, 2017 and submitted
RBTools' special
FileAttachmentListResource
has a helper that makes it very
easy to upload files using the Python API. This override was used for the main
file attachments list endpoint, but wasn't for the user file attachments list.
This change updates it to use that helper for both.
Used this from Review Bot.
Description | From | Last Updated |
---|---|---|
Can you update the description to explain why this change is needed? What it allows for? It's not really clear. |
chipx86 |
- Description:
-
~ This override makes it easy to upload files via the RBTools Python API.
~ RBTools' special
FileAttachmentListResource
has a helper that makes it very+ easy to upload files using the Python API. This override was used for the main + file attachments list endpoint, but wasn't for the user file attachments list. + This change updates it to use that helper for both.