Skip to main content
PUT
/
v1
/
folders
/
{id}
Update folder fields
curl --request PUT \
  --url https://api.telaos.com/v1/folders/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "color": "<string>"
}
'
{}

Path Parameters

id
string
required

Body

application/json

Schema for updating folder properties.

Attributes: name (str, optional): New name for the folder color (str, optional): New color code for the folder

name
string
color
string

Response

Returns the updated folder object

The response is of type object.