PUT api/catalog/thumbnails/{hash}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hash | string |
Required |
Body Parameters
UpdateThumbnailS3Request| Name | Description | Type | Additional information |
|---|---|---|---|
| S3Url | string |
String length: inclusive between 0 and 500 |
|
| S3Key | string |
String length: inclusive between 0 and 500 |
|
| S3Bucket | string |
String length: inclusive between 0 and 100 |
|
| S3UploadedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"S3Url": "sample string 1",
"S3Key": "sample string 2",
"S3Bucket": "sample string 3",
"S3UploadedAt": "2026-04-05T13:39:02.8518616-04:00"
}
application/xml, text/xml
Sample:
<UpdateThumbnailS3Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TomJames.API.Areas.CatalogManagement.Models.Request"> <S3Bucket>sample string 3</S3Bucket> <S3Key>sample string 2</S3Key> <S3UploadedAt>2026-04-05T13:39:02.8518616-04:00</S3UploadedAt> <S3Url>sample string 1</S3Url> </UpdateThumbnailS3Request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.