File upload change
·
52 commits
to 6ac384c59a9ba78790e321fb24b26069b7f62a03
since this release
Breaking change for file uploads.
Instead of a data
dict containing all formdata,
a files
dict is in the following endpoints
- emoji
create_custom_emoji()
takesemoji_name
additionally to afiles
dict
- files
upload_file()
takeschannel_id
additionally to afiles
dict
- brand
upload_brand_image()
- saml
upload_idp_certificate()
upload_public_certificate()
upload_private_key()
- system
upload_license_file()
- users
set_user_profile_image()
See the documentation for an example.
Thanks to @ablepharus for his PR! :-)