put https://api-sbx.sidedrawersbx.com/api/v1/record-files/sidedrawer/sidedrawer-id//records/record-id//record-files/
Updates a file and changes the uploadTitle
and/or the correlationId
.
Response
Updates a file and changes the uploadTitle
and/or the correlationId
.
xxxxxxxxxx
curl --request PUT \
--url https://api-sbx.sidedrawersbx.com/api/v1/record-files/sidedrawer/sidedrawer-id/sidedrawerId/records/record-id/recordId/record-files/fileNameWithExtension \
--header 'accept: application/json' \
--header 'content-type: application/json'
Examplexxxxxxxxxx
10{
"id": "string",
"fileName": "string",
"correlationId": "string",
"uploadDetail": "string",
"caption": "string",
"uploader": "string",
"url": "string",
"fileTypeEnum": "image"
}