curl -X POST \ -H "QB-Token: a04ed6adfdb98cde99837088830349f67d012bba" \ -F "field_name=avatar" \ -F 'file=@"my_avatar.jpg"' \ https://api.quickblox.com/data/UserProfileClass/5d863a78a0eb474dae6099c6/file.json
{ "file_id": "5d863c18a28f9a3a551cb557", "size": 2004727, "name": "Image.jpg", "content_type": "image/jpeg" }
Upload/update the content of file fields.
200
403
404
Was this page helpful?