POST folder/delete

Request Information

URI Parameters

None.

Body Parameters

EditLiberary
NameDescriptionTypeAdditional information
libraryId

integer

None.

folderId

integer

None.

title

string

None.

Request Formats

application/json, text/json

Sample:
{
  "libraryId": 1,
  "folderId": 2,
  "title": "sample string 3"
}

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 'EditLiberary'.

Response Information

Resource Description

msg
NameDescriptionTypeAdditional information
success

操作是否成功

boolean

None.

singleInfo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "singleInfo": "sample string 2"
}