Upload photo
POST
/rest/v1/files/upload-photo
Uploads and saves new photo
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
multipart/form-data
photo
string
Format
"binary"Responses
Photo uploaded
application/json
{
"id": 0,
"filename": "string",
"originalName": "string",
"mimeType": "string",
"size": 0,
"createdAt": "string"
}