PUT api/folder/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
FolderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| HasChildren | boolean |
None. |
|
| HasDocuments | boolean |
None. |
|
| Folders | Collection of FolderDto |
None. |
|
| Documents | Collection of DocumentDto |
None. |
|
| ChildrenCount | integer |
None. |
|
| DocumentCount | integer |
None. |
|
| Visibility | integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.