Uploads one or more images
POST /v1/image/upload
Summary
Uploads one or more images.
Details
Request body: JSON object.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
Required: Yes
application/json
deviceID(integer (int64), optional)imageIDList(array<integer (int32)>, optional)- array of
integer (int32)integer (int32)
- array of
Example
{
"deviceID": 201,
"imageIDList": [
1
]
}
Responses
200
Success. No response body.
No response body schema documented.