Query parameters
-
Alternative Text(Alt)
-
indicates if the image should be used as thumbnail
Default value is
false.
POST
/api/Cities/{id}/images
curl \
-X POST http://api.example.com/api/Cities/{id}/images \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: multipart/form-data" \
-F "file=@file"