POST api/Thumbnail/UpdateThumbnails
Updating thumbnails
Request Information
URI Parameters
None.
Body Parameters
Object containing a list of media item IDs
IdListName | Description | Type | Additional information |
---|---|---|---|
Ids |
List of IDs |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ids": [ 1, 2 ] }
Response Information
Resource Description
Result containing the ID of the thumbnail update operation
ObjResultOfStringName | Description | Type | Additional information |
---|---|---|---|
Data | string |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": "sample string 1", "error": "sample string 2", "success": true, "errorCode": 4 }
Parameter Information
ids
Collection of IDs
Property | Description |
---|---|
Ids (Int64[]) |
List of IDs |