PUT api/catalog/thumbnails/{hash}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
hash

string

Required

Body Parameters

UpdateThumbnailS3Request
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateThumbnailS3Request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.