diff --git a/documentation/api/PostPhotoUpload.markdown b/documentation/api/PostPhotoUpload.markdown index e63ea573..ae007861 100644 --- a/documentation/api/PostPhotoUpload.markdown +++ b/documentation/api/PostPhotoUpload.markdown @@ -38,15 +38,15 @@ _Authentication: required_ * This can be the binary photo in multipart/formdata * This can be the base64 encoded value of the photo in application/x-www-form-urlencoded 1. permission (optional), 0 for private and 1 for public. -1. title (optional), _i.e. My first day at work_ - A string title to describe the photo. -1. description (optional), _i.e. A much longer description of my first day_ - A string to describe the photo in detail. -1. tags (optional), _i.e. dog,cat_ - A comma delimited string of alpha numeric strings. +1. title (optional), _e.g. My first day at work_ - A string title to describe the photo. +1. description (optional), _e.g. A much longer description of my first day_ - A string to describe the photo in detail. +1. tags (optional), _e.g. dog,cat_ - A comma delimited string of alpha numeric strings. 1. dateUploaded (optional), _i.e. 1311059035_ - A unix timestamp of the date the photo was uploaded -1. dateTaken (optional), _i.e. 1311059035_ - A unix timestamp of the date the photo was taken which overrides EXIF data if present -1. license (optional), _i.e. CC BY-SA or My Custom License_ - A string representing a custom or Creative Commons license. -1. latitude (optional), _i.e. 34.76_ - A decimal representation of latitude. -1. longitude (optional), _i.e. -87.45_ - A decimal representation of longitude. -1. returnSizes (optional), _i.e. 200x200,300x300xBW_ - A string instructing specific versions of the photo to be autogenerated. +1. dateTaken (optional), _e.g. 1311059035_ - A unix timestamp of the date the photo was taken which overrides EXIF data if present +1. license (optional), _e.g. CC BY-SA or My Custom License_ - A string representing a custom or Creative Commons license. +1. latitude (optional), _e.g. 34.76_ - A decimal representation of latitude. +1. longitude (optional), _e.g. -87.45_ - A decimal representation of longitude. +1. returnSizes (optional), _e.g. 200x200,300x300xBW_ - A string instructing specific versions of the photo to be autogenerated. To specify multiple sizes then separate each with a comman. The url will be present in the response. * 300x300 - A photo which maintains aspect ratio and fits inside a 300x300 square