Imzachjohnson / clickupython

A client for working with the ClickUp API V2
https://clickupython.readthedocs.io/
55 stars 34 forks source link

Make thumbnails optional for add attachment #64

Open enermark opened 11 months ago

enermark commented 11 months ago

Not all attachments are images. Suggesting that the 2 thumb values are optional as a result.

Without making the 2 thumbs optional, validation errors are thrown when uploading non-images. It seems like the uploads still succeed, but the upload success message never appears - not sure if other steps are skipped.

Thanks for considering.