PUT api/folder/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

FolderDto
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'stensater.api3.Dto.FolderDto'. Path 'folders'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'stensater.api3.Dto.FolderDto'. Path 'folders'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.