POST api/folders/{id}?name={name}&description={description}
Creates a New folder
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
the unique id of the destination |
integer |
Required |
name |
Name of the folder |
string |
Required |
description |
description of the folder |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.