/environment/photos
The temporary photos of the current person.
POST /environment/photos HTTP/1.1
Host: localhost:3000
publish_photos
permission is required.Name | Description | Type |
---|---|---|
|
The photo, encoded as form data. |
|
|
The url of a photo that is already uploaded to the internet. |
|
If successful :
{
"success" : true,
"_id" : "..."
}
Otherwise a relevant error message will be returned.
You can update photos by using the /photo
edge.
You can delete photos by using the /photo
edge.