Post Image
POST/miscellaneous/image/:id
Method to insert an image for some parent (e.g. some location)
Path Param: id of the location the image gets inserted for
Validation criterias for pictures for image types: -logo: (supported file types: "jpg" "gif" "png" "ico") (no api validation)
-360° picture (supported file types: "jpg" "gif" "png" "ico") (no api validation)
-gallery picture (supported file types: "jpg" "gif" "png" "ico") (api validation: min width / hight 250 px, max width / hight 5.000 px, min file sice 10 kb, max file sice 5 MB)
-social post picture (supported file types: "jpg" "gif" "png" "ico") (api validation: min width / hight 250 px, max width / hight 5.000 px, min file sice 10 kb, max file sice 5 MB)
-Google cover picture (supported file types: "jpg" "gif" "png" "ico") (no api validation)
-Google profil picture (supported file types: "jpg" "gif" "png" "ico") (no api validation)
-Facebook cover picture (supported file types: "jpg" "gif" "png" "ico") (no api validation)
-Facebook profil picture (supported file types: "jpg" "gif" "png" "ico") (no api validation)
Request
Responses
- 200
OK