PATCH api/case/{caseId}/document/file/{imageId}/rename
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | string |
Required |
|
| imageId | integer |
Required |
Body Parameters
RenameFileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| file_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"file_name": "sample string 1"
}
text/html
Sample:
{"file_name":"sample string 1"}
application/xml, text/xml
Sample:
<RenameFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"> <file_name>sample string 1</file_name> </RenameFileModel>
multipart/form-data
Sample:
<RenameFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><file_name>sample string 1</file_name></RenameFileModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml, multipart/form-data
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>