{"metadata":{"image":[],"title":"","description":""},"api":{"url":"/sites/:site_id/site_pictures","auth":"required","settings":"","results":{"codes":[{"name":"","code":"{\n \"site_picture\": {\n \"site_id\": 112253,\n \"uuid\": \"\\\"53ec46e7-509f-4ba5-a67d-7883435b0844\\\"\"\n }\n}","language":"json","status":200},{"code":"","language":"text","status":204}]},"params":[{"name":"site_id","type":"int","default":"","desc":"Project id where you want to upload the picture","required":true,"in":"path","ref":"","_id":"5ecf7cae22185a0018da6447"},{"name":"auth_token","type":"string","default":"","desc":"Your authentication token.","required":true,"in":"body","ref":"","_id":"5ecf7cae22185a0018da6446"},{"name":"image","type":"file","default":"","desc":"The picture file you want to upload","required":true,"in":"body","ref":"","_id":"5ecf7cae22185a0018da6445"},{"name":"uuid","type":"string","default":"","desc":"The picture uuid, only in the case that you want to update a picture.","required":false,"in":"body","ref":"","_id":"5ecf7cae22185a0018da6444"}],"examples":{"codes":[{"code":"curl -X POST https://app3.archisnapper.com/api/public/v1/sites/218397/site_pictures -H 'Content-Type: multipart/form-data' -F \"auth_token=yourtoken\" -F \"image=:::at:::path_to_the_picure\"","language":"curl"}]},"method":"post"},"next":{"description":"","pages":[]},"title":"Upload a project photo","type":"endpoint","slug":"upload-a-project-photo","excerpt":"","body":"Unfortunately you can not test this service online from here, since we can not access the local file you have on your local machine.\n\nPlease test via the CURL example in order to test out this service.","updates":[],"order":39,"isReference":true,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"5ecf64c82a7b35002442d6ec","createdAt":"2020-05-28T07:14:16.808Z","user":"54870d54f907080b00fc49cd","category":{"sync":{"isSync":false,"url":""},"pages":["558a6e098d30cb2300873e1a","558a6e88dbe5b63700f8d201","558a6e9275eaf50d004e4bfa","558a6e9a8d30cb2300873e1c","558a79f2dbe5b63700f8d23f","5592abfb6bf22f170075b823","55a65e4580c8a30d00b32618","55ba22f804775a2f006280aa","55ba2648b3612925009d66f0","56045138e416560d00fa6484","560452e4e5102a0d0070f965","560455090c78b00d0039b18b","56176873a410c90d00c612aa","56176a014d9e4a17002a0e05","5628d38e0653060d00a2f7d9","5628d5d748742a0d0047456d","56a669cffb12a40d006c4826"],"title":"API","slug":"api","order":5,"from_sync":false,"reference":true,"_id":"558a6dd975eaf50d004e4bf5","version":"54870ea57810260b001c36ae","__v":17,"createdAt":"2015-06-24T08:44:09.019Z","project":"54870ea47810260b001c36ab"},"version":{"version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["54870ea57810260b001c36af","5487116f7810260b001c36b5","548711797810260b001c36b6","548711807810260b001c36b7","548713127810260b001c36bd","548713247810260b001c36be","548713aa7810260b001c36c0","548713c2f907080b00fc49d5","548713eef907080b00fc49d9","54871a0db3441a1f00f20d78","54871b15b3441a1f00f20d7e","54871cbeb3441a1f00f20d87","548817fac178b40b00aa2eec","558a6dd975eaf50d004e4bf5","558a6e37dbe5b63700f8d1fe","56795d8c07bf6a0d0083ee9e","583e9d764ced340f00b05a5c","5d1f3f70b4648901728803b7","5d22f7db4c9e14005111e34f","5d22fa62a541770012a07464"],"_id":"54870ea57810260b001c36ae","createdAt":"2014-12-09T15:00:53.237Z","project":"54870ea47810260b001c36ab","releaseDate":"2014-12-09T15:00:53.237Z","__v":20},"project":"54870ea47810260b001c36ab","__v":3,"parentDoc":null}
postUpload a project photo
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Path Params
site_id:
required
integer
Project id where you want to upload the picture
Body Params
auth_token:
required
string
Your authentication token.
image:
required
file
The picture file you want to upload
uuid:
string
The picture uuid, only in the case that you want to update a picture.