Upload an image to represent the group in Devices & Groups.
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/devicegroup/thumbnail/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/enterprise/{enterprise_id}/devicegroup/thumbnail/
curl -i -X POST \
'https://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/devicegroup/thumbnail/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F image_file=stringResponse
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "image_file": "string", "thumbnail_url": "string", "created_on": "2019-08-24T14:15:22Z" }