POST libraryFile/move
Request Information
URI Parameters
None.
Body Parameters
MoveFileName | Description | Type | Additional information |
---|---|---|---|
libraryId | integer |
None. |
|
fileId | integer |
None. |
|
newtypeId | integer |
None. |
|
newSubtypeId | integer |
None. |
|
newReclassifytypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "libraryId": 1, "fileId": 2, "newtypeId": 3, "newSubtypeId": 4, "newReclassifytypeId": 5 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
msgName | Description | Type | Additional information |
---|---|---|---|
success |
操作是否成功 |
boolean |
None. |
singleInfo | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "singleInfo": "sample string 2" }