PUT api/folders/{id}?name={name}&description={description}

Update a folders details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the unique id of the folder

integer

Required

name

Name of the folder

string

Required

description

description of the folder

string

Required

Body Parameters

None.

Response Information

Resource Description

None.